Fri, 27 Jan 2017 13:00:05 -0500
skip --all, confuses rebase later
.gitconfig | file | annotate | diff | comparison | revisions |
--- a/.gitconfig +++ b/.gitconfig @@ -23,7 +23,7 @@ br = branch staged = diff --cached unstage = reset HEAD -- - up = pull -r --all --prune + up = pull -r --prune update = "!git remote update -p && git merge --ff-only --stat @{u}" in = "!git remote update -p; git log --pretty=onelinecustom ..@{u}" out = "!git log --pretty=onelinecustom @{u}.."