|
|
@ -24,6 +24,8 @@
|
|
|
|
cb = checkout
|
|
|
|
cb = checkout
|
|
|
|
untrack = rm --cached
|
|
|
|
untrack = rm --cached
|
|
|
|
tg = "!f() { git tag -a $1 -m \"${2-$1}\"; }; f"
|
|
|
|
tg = "!f() { git tag -a $1 -m \"${2-$1}\"; }; f"
|
|
|
|
|
|
|
|
tgd = tag -d
|
|
|
|
|
|
|
|
tgsd = push --delete origin
|
|
|
|
pu = "!f() { git push --atomic; }; f"
|
|
|
|
pu = "!f() { git push --atomic; }; f"
|
|
|
|
sm = "!f() { git pull && git merge ${2-$(git config --get custom.serverbranch.remote)}/${1} && git push; }; 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"
|
|
|
|