Difference between revisions of "Git"

From Net-SNMP Wiki
Jump to: navigation, search
(Checking out the Net-SNMP Git Tree)
Line 6: Line 6:
  
 
Select a git ''MODULE'':
 
Select a git ''MODULE'':
* net-snmp (for the Net-SNMP code)
+
* code (for the Net-SNMP code)
 
* htdocs (for the Net-SNMP website content)
 
* htdocs (for the Net-SNMP website content)
  

Revision as of 21:05, 7 January 2013

Git is a version control system (VCS) that is based on a distributed architecture. In June, 2011 the Net-SNMP project has switched from SVN to Git.

If you're a developer, you might checkout out the Git For Developers page.

Checking out the Net-SNMP Git Tree

Select a git MODULE:

  • code (for the Net-SNMP code)
  • htdocs (for the Net-SNMP website content)

Check it out anonymously (read-only access):

 git clone git://net-snmp.git.sourceforge.net/gitroot/net-snmp/MODULE

Checking it out if you're a developer:

 git clone ssh://USERNAME@git.code.sf.net/p/net-snmp/MODULE

Learning Git

If you're starting out learning Git, here are some useful resources:

See Also

Also, check out the contents of the Git category which lists even more resources: