changed gitconfig
This commit is contained in:
parent
219f014ad9
commit
2cbf1d2839
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
cleanall = clean -fdx # this is dangerous, so it's intentionally long to type
|
cleanall = clean -fdx # this is dangerous, so it's intentionally long to type
|
||||||
update-submodules = submodule update --init --recursive
|
update-submodules = submodule update --init --recursive
|
||||||
upgrade-submodules = submodule update --init --remote
|
upgrade-submodules = submodule update --init --remote
|
||||||
|
upgrade-all-submodules = submodule foreach git pull origin master
|
||||||
empty-tree-hash = hash-object -t tree /dev/null
|
empty-tree-hash = hash-object -t tree /dev/null
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
ctags = ! "ctg() { trap \"rm -f .git/tags.$$\" EXIT; ctags --tag-relative -Rf.git/tags.$$ --exclude=.git; mv .git/tags.$$ .git/tags; }; ctg"
|
ctags = ! "ctg() { trap \"rm -f .git/tags.$$\" EXIT; ctags --tag-relative -Rf.git/tags.$$ --exclude=.git; mv .git/tags.$$ .git/tags; }; ctg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue