4ccb972de304e2489c7b5bce96d37b280c029cc6
[lambda.git] / notes-git
1 git commit -a : -a stages all files that are tracked and modified
2   without needing to explicitly git add them.
3 git remote show origin
4 git pull origin master
5 when ready to post: 
6   git checkout shared
7   git merge cb
8 git mergetool (requires setting [merge] tool = vimdiff in config)
9 git pull = fetch + merge