Git Cheat Sheet
Branching
* Create branch
git checkout -b
Branching
* Create branch
git checkout -b
The last couple of days I've been playing around with git and setup my own git server using first gitosis and then gitolite. When playing around »