Last Updated: February 25, 2016
·
377
· isnok

an alias i use reguarly

When managing branches on a repo that has some, git diff --stat, can be very useful. That's why i aliased it in my user's .gitconfig:

[alias]
    sdiff    = diff --stat