|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
cb = checkout
|
|
|
|
|
untrack = rm --cached
|
|
|
|
|
tg = "!f() { git tag -a $1 -m \"${2-$1}\"; }; f"
|
|
|
|
|
pu = "!f() { git push && git push --tags; }; f"
|
|
|
|
|
pu = "!f() { git push --atomic; }; 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"
|
|
|
|
|
submodule-del = "!f() { git submodule deinit -d -- ${1}; rm -rf .git/modules/${1}; git rm -f ${1}; }; f"
|
|
|
|
@ -33,6 +33,7 @@
|
|
|
|
|
autocrlf = false
|
|
|
|
|
[push]
|
|
|
|
|
default = current
|
|
|
|
|
followTags = true
|
|
|
|
|
[filter "lfs"]
|
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
|