git notes main page | gitolite main page | license
IMPORTANT NOTE:
although this page has a "gitolite.com" URL, this is not about gitolite.
That's just an artifact of "sitaramc.github.com" being translated to
"gitolite.com" and so ALL my git related stuff gets carried over.
Gitolite documentation has another /gitolite
in the URL, so
you can tell. My apologies for this confusion.
Git is a Distributed Version Control System. Most VCSs you know (like CVS, Subversion, Clearcase, Perforce, and VSS) are centralised. A Distributed VCS allows you to make frequent, local, commits to checkpoint your work while you’re still perfecting the code – you cannot do this with a centralised VCS. These are my notes about git. I started writing them for my own understanding, almost like cheat sheets, but they may be useful for others also. |
|
Why git?Why is git so popular? If you’re just curious, but not curious enough to dig in like a developer, maybe this article, which I wrote in 2008, will help. What is git?If you want to understand git, we have slideshows.
git usageIn the “git usage” page you will find various tips and traps, information for command line and GUI users, Windows users, running a git server, plus a quick set of hints for people familiar with traditional VCSs like SVN and CVS. |
Popular linksThese links show up several times a day on #git (the git channel on IRC)
Other write-upsA whole bunch of other articles on git RefreshersGit and DVCS terminology |
There are also some older articles and write-ups that may still be relevant and useful, but I have not revisited them for a while now. Caveat reader!