Skip to content

Instantly share code, notes, and snippets.

@ismailakbudak
Last active March 29, 2018 18:36
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 ismailakbudak/e70dd23f626e67446c64516289220799 to your computer and use it in GitHub Desktop.
Save ismailakbudak/e70dd23f626e67446c64516289220799 to your computer and use it in GitHub Desktop.
Useful git commands
$ git log --oneline
$ git log --oneline --decorate
$ git log --oneline --decorate --all
$ git log --oneline --decorate --all --graph
$ git log --oneline --decorate --all --graph --simplify-by-decoration
$ git reset ~HEAD
$ git commit --amend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment