Отслеживаемые файлы
This commit is contained in:
parent
17187e6609
commit
6f40948cef
4
config
4
config
@ -96,6 +96,10 @@
|
|||||||
go = !gitgo
|
go = !gitgo
|
||||||
pushall = !git remote | xargs -L1 git push --all
|
pushall = !git remote | xargs -L1 git push --all
|
||||||
|
|
||||||
|
untrack = update-index --assume-unchanged
|
||||||
|
track = update-index --no-assume-unchanged
|
||||||
|
ls-untrack = !git ls-files -v | grep '^h'
|
||||||
|
|
||||||
# revert = checkout --
|
# revert = checkout --
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user