Everyday Git Aliases(code.joejag.com)
code.joejag.com
Everyday Git Aliases
http://code.joejag.com/2013/everyday-git-aliases/
3 comments
I'd love to hear what aliases other people use in their workflow
whoiswinning
$ alias whoiswinning
whoiswinning='git shortlog -s -n'
$
alias for
Shows condensed log of unpushed changes with colours and truncates HEAD/master/remote to initial letter.
Add to config with:
Although I've changed it a bit since I worked out the above. Here's what I currently have in my config file: