Git Cheat Sheet
Branching * Create branch git checkout -b <branch name> * Delete local branch git branch -d <branch name> * Delete remote branch git push origin »
Branching * Create branch git checkout -b <branch name> * Delete local branch git branch -d <branch name> * Delete remote branch git push origin »
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 »