Skip to content

Instantly share code, notes, and snippets.

@sousk
Last active April 23, 2019 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sousk/4d6249e0a7c30284f30444ca3da218f9 to your computer and use it in GitHub Desktop.
Save sousk/4d6249e0a7c30284f30444ca3da218f9 to your computer and use it in GitHub Desktop.
memorize git commands
// 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