Skip to content

Commit

Permalink
Adding undo command
Browse files Browse the repository at this point in the history
  • Loading branch information
I. Chupryna committed Jan 7, 2016
1 parent a8faa20 commit c3c9789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git/aliases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
http://durdn.com/blog/2012/11/22/must-have-git-aliases-advanced-examples/
https://gist.github.com/mwhite/6887990

## Open Git config in editor
git config --global -e

##git log display
git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short
git log --graph --abbrev-commit --decorate --format=format:"%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)" --all
Expand Down

0 comments on commit c3c9789

Please sign in to comment.