diff --git a/.gitconfig b/.gitconfig --- 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"