diff --git a/gitconfig b/gitconfig index b626546..9baf591 100644 --- a/gitconfig +++ b/gitconfig @@ -23,7 +23,7 @@ uf = checkout -- cb = checkout untrack = rm --cached - tg = "!f() { git tag -a $1 -m \"${2-$1}\"; }; f" + tg = "!f() { git tag -a $1 -m \"${3-$1}\" $2; }; f" tgd = tag -d tgsd = push --delete origin pu = "!f() { git push --atomic; }; f" @@ -40,6 +40,7 @@ clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f required = true + process = git-lfs filter-process [custom "serverbranch"] remote = origin branch = master