mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
Change git cheatsheets: add 'git show'
This commit is contained in:
parent
437f191bf7
commit
e7339b3b57
@ -24,4 +24,4 @@ git fetch upstream # Get branches
|
|||||||
git branch -va # List local - remote branches
|
git branch -va # List local - remote branches
|
||||||
git checkout master # Checpkout local master branch
|
git checkout master # Checpkout local master branch
|
||||||
git merge upstream/master # Merge remote into local repo
|
git merge upstream/master # Merge remote into local repo
|
||||||
|
git show 83fb499 # Show what a commit did.
|
||||||
|
Loading…
Reference in New Issue
Block a user