Git - Correction alias 'tg' et 'pu'

master
Julien Rosset 3 years ago
parent 2dabfcb432
commit 24efc834a6

@ -23,8 +23,8 @@
uf = checkout --
cb = checkout
untrack = rm --cached
tg = "!f() { git tag -a $1 -m \"${2-$1}\" }; f"
pu = "!f() { git push && git push --tags }; f"
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"
submodule-del = "!f() { git submodule deinit -d -- ${1}; rm -rf .git/modules/${1}; git rm -f ${1}; }; f"
[core]

Loading…
Cancel
Save