forked from colonelpanic/dotfiles
whitespace fixes in .gitconfig.
This commit is contained in:
parent
1eb3bffd70
commit
d163e90684
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user