Created
March 20, 2014 18:31
-
-
Save adamglauser/9670693 to your computer and use it in GitHub Desktop.
Fancy view of difference between local and upstream
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 "@{u}...HEAD" --graph --decorate --left-right --boundary --pretty=format:'%Cred%h%Creset %d %s %Cgreen(%cr)%Creset %Cblue[%an]%Creset' --abbrev-commit --date=relative | |
Props to Mark H. Nichols (http://zanshin.net/2013/01/25/git-log-command-showing-commit-differences-between-local-and-remote-repository/) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brilliant!