[user] email = doy@tozt.net name = Jesse Luehrs [alias] pushall = "!f() { for repo in origin github; do git push $repo \"$@\"; done; }; f" amend = commit --amend record = !git add -p && git commit rebase-branch = !git rebase -i $(git merge-base master HEAD) diff-branch = !git diff $(git merge-base master HEAD)..HEAD log-branch = !git log $(git merge-base master HEAD)..HEAD review = "!f() { for rev in $(git rev-list --reverse \"$@\"); do git show $rev; done; }; f" unstage = reset -q HEAD [github] user = doy [color] diff = auto status = auto branch = auto interactive = auto [core] excludesfile = /home/doy/.gitignore [push] default = current [branch] autosetuprebase = always [merge] tool = vimdiff [rebase] stat = true [help] autocorrect = 5