Change git cheatsheets: add 'git show'

This commit is contained in:
ImmortalPC 2013-09-01 15:03:36 +02:00
parent 437f191bf7
commit e7339b3b57
1 changed files with 1 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 # Checpkout local master branch
git merge upstream/master # Merge remote into local repo
git show 83fb499 # Show what a commit did.