Отслеживаемые файлы

This commit is contained in:
Andrei Astafev 2019-07-17 17:17:46 +03:00
parent 17187e6609
commit 6f40948cef

4
config
View File

@ -96,6 +96,10 @@
go = !gitgo
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 --