Last active
April 23, 2019 02:20
-
-
Save sousk/4d6249e0a7c30284f30444ca3da218f9 to your computer and use it in GitHub Desktop.
memorize git commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// graph | |
git log -10 --oneline --graph origin/develop | |
// diff | |
git log -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment