whitespace fixes in .gitconfig.

This commit is contained in:
Ivan Malison 2014-06-10 16:00:48 -07:00
parent 1eb3bffd70
commit d163e90684

View File

@ -33,6 +33,7 @@
ffr = "!ffr() { git fetch $1 && git ff origin/$(git which-branch) && git suir; }; ffr" ffr = "!ffr() { git fetch $1 && git ff origin/$(git which-branch) && git suir; }; ffr"
ffo = !git ffr origin ffo = !git ffr origin
reset-origin = "!r() { git reset --hard origin/\"$(git which-branch)\" && git suir; }; r" reset-origin = "!r() { git reset --hard origin/\"$(git which-branch)\" && git suir; }; r"
reset-author ="!source ~/.lib/shellrc/functions.sh && git_reset_author"
# Credit an author on the latest commit # Credit an author on the latest commit
credit = "!f() { git commit --amend --author \"$1 <$2>\" -C HEAD; }; f" credit = "!f() { git commit --amend --author \"$1 <$2>\" -C HEAD; }; f"