Last active
March 29, 2018 18:36
-
-
Save ismailakbudak/e70dd23f626e67446c64516289220799 to your computer and use it in GitHub Desktop.
Useful 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
$ 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