Merge pull request #60 from ImmortalPC/master

Add distcc cheatsheets and add git show
This commit is contained in:
Chris Lane
2013-09-01 10:44:20 -07:00
2 changed files with 30 additions and 1 deletions

View File

@@ -24,4 +24,4 @@ git fetch upstream # Get branches
git branch -va # List local - remote branches
git checkout master # Checkout local master branch
git merge upstream/master # Merge remote into local repo
git show 83fb499 # Show what a commit did.