Адаптация к git-extras
This commit is contained in:
parent
86fa7a20cd
commit
109c8512a9
9
config
9
config
@ -117,12 +117,6 @@
|
||||
track = update-index --no-assume-unchanged
|
||||
ls-untrack = !git ls-files -v | grep '^h'
|
||||
|
||||
rm-submodule = "!f() { git rm --cached $1 && \
|
||||
rm -rf $1 && \
|
||||
rm -rf .git/modules/$1 && \
|
||||
git config -f .gitmodules --remove-section submodule.$1 && \
|
||||
git config -f .git/config --remove-section submodule.$1; }; f"
|
||||
|
||||
[log]
|
||||
decorate = full
|
||||
|
||||
@ -158,5 +152,8 @@
|
||||
changed = green
|
||||
untracked = cyan
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[include]
|
||||
path = user.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user