Адаптация к git-extras

This commit is contained in:
Andrei Astafev 2022-12-19 07:04:37 +03:00
parent 86fa7a20cd
commit 109c8512a9

9
config
View File

@ -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