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 == ...") |
(No difference)
|
Revision as of 21:47, 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:
Learning 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.