Difference between revisions of "Git"

From Net-SNMP Wiki
Jump to: navigation, search
(Created page with "Git is a version control system (VCS) that is based on a distributed architecture. It is being considered as a replacement to SVN. == Checking out the Net-SNMP Git Tree == ...")
 
(Learning Git work flows)
Line 15: Line 15:
 
** [http://www.kernel.org/pub/software/scm/git/docs/git.html The main git manual page]
 
** [http://www.kernel.org/pub/software/scm/git/docs/git.html The main git manual page]
  
=== Learning Git work flows ===
+
=== Git work flows ===
  
 
* First and foremost, read Net-SNMP's [[Git Workflow]]
 
* First and foremost, read Net-SNMP's [[Git Workflow]]
 
* [http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html The gitworkflows manual page] is similar to ours
 
* [http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html The gitworkflows manual page] is similar to ours
 
* [http://nvie.com/img/2009/12/Screen-shot-2009-12-24-at-11.32.03.png A good diagram] showing another similar workflow pattern.
 
* [http://nvie.com/img/2009/12/Screen-shot-2009-12-24-at-11.32.03.png A good diagram] showing another similar workflow pattern.

Revision as of 21:48, 21 April 2011

Git is a version control system (VCS) that is based on a distributed architecture. It is being considered as a replacement to SVN.

Checking out the Net-SNMP Git Tree

(doesn't exist yet, sorry)

Learning Git

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

Git work flows