diff --git a/cheatsheets/git b/cheatsheets/git index 545dfbe..1e3f5c9 100644 --- a/cheatsheets/git +++ b/cheatsheets/git @@ -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.