Адаптация к 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
|
track = update-index --no-assume-unchanged
|
||||||
ls-untrack = !git ls-files -v | grep '^h'
|
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]
|
[log]
|
||||||
decorate = full
|
decorate = full
|
||||||
|
|
||||||
@ -158,5 +152,8 @@
|
|||||||
changed = green
|
changed = green
|
||||||
untracked = cyan
|
untracked = cyan
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = master
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = user.conf
|
path = user.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user