Skip to content

Instantly share code, notes, and snippets.

@blaze182
Created September 5, 2017 13:25
Show Gist options
  • Save blaze182/cb0a3c41a7fbf0b54eb02f9b4973357b to your computer and use it in GitHub Desktop.
Save blaze182/cb0a3c41a7fbf0b54eb02f9b4973357b to your computer and use it in GitHub Desktop.
[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