Difference between revisions of "Git"
From Net-SNMP Wiki
(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] | ||
− | === | + | === 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:
- If you're familiar with SVN, read the Git - SVN Crash Course
- The git manual pages. In particular:
Git work flows
- First and foremost, read Net-SNMP's Git Workflow
- The gitworkflows manual page is similar to ours
- A good diagram showing another similar workflow pattern.