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.
These are some longer write-ups on git that I think are still useful. (If they weren’t, they’d be dumped into the archived directory!)
git as a deployment tool
try it and see! – a very popular article that shows you how easy it is to try pretty much any git feature safely and easily on your own userid
I’ve never seen any documentation for gitk anywhere so here it is!
sizing a server for git
some nuances of git blame
an older explanation of the detached HEAD. Still useful, but largely supplanted by the much more comprehensive – and pictorial – git concepts simplified
using git over an HTTP proxy
what does git pull –rebase do?
rules for git ignore explained a little better
what is a reflog and why is it useful?
why the index/staging area is useful