Wed, 21 Oct 2015 18:29:14 -0400
Shorter outgoing log with glog
.gitconfig | file | annotate | diff | comparison | revisions |
--- a/.gitconfig +++ b/.gitconfig @@ -19,7 +19,7 @@ unstage = reset HEAD -- update = "!git remote update -p && git merge --ff-only --stat @{u}" in = "!git remote update -p; git log ..@{u}" - out = log @{u}.. + out = "!git glog @{u}.." new = !sh -c 'git log $1@{1}..$1@{0}' "$@" cleanup = "!git branch --merged | grep -v '\\*\\|master\\|develop' | xargs -n 1 echo git branch -d" ctags = "!~/.git_helpers/ctags"