From 6579426a375e5a5a93996612c72b9de657306464 Mon Sep 17 00:00:00 2001 From: Julien Rosset Date: Tue, 27 Sep 2022 10:15:56 +0200 Subject: [PATCH] Git : correction alias 'raz' --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index c1ac3ad..092bd88 100644 --- a/gitconfig +++ b/gitconfig @@ -26,7 +26,7 @@ tg = "!f() { git tag -a $1 -m \"${2-$1}\"; }; f" pu = "!f() { git push && git push --tags; }; f" sm = "!f() { git pull && git merge ${2-$(git config --get custom.serverbranch.remote)}/${1} && git push; }; f" - raz = "!f() { git reset --hard && git clean -fd }; f" + raz = "!f() { git reset --hard && git clean -fd; }; f" submodule-del = "!f() { git submodule deinit -d -- ${1}; rm -rf .git/modules/${1}; git rm -f ${1}; }; f" [core] editor = vim