Created
September 5, 2017 13:25
-
-
Save blaze182/cb0a3c41a7fbf0b54eb02f9b4973357b to your computer and use it in GitHub Desktop.
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
[alias] | |
wow = log --all --graph --decorate --oneline --simplify-by-decoration | |
wip = commit -m 'WIP [ci skip]' | |
co = checkout | |
ci = commit | |
st = status | |
rebsae = rebase | |
re = rebase | |
linereport = ls-files | while read f; do git blame --line-porcelain $f | grep '^author '; done | sort -f | uniq -ic | sort -n | |
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment