From e385b69d048aff3bd663b9c93948c320bad0155f Mon Sep 17 00:00:00 2001 From: Julien Rosset Date: Fri, 25 Oct 2024 12:34:58 +0200 Subject: [PATCH] =?UTF-8?q?Git=20-=20Alias=20'tg'=20permet=20d=C3=A9sormai?= =?UTF-8?q?s=20de=20s=C3=A9p=C3=A9cifier=20le=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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