Git : new alias to untrack file

master
Julien Rosset 8 years ago
parent 5d8e9ce161
commit 9c8ac6a881

@ -21,6 +21,7 @@
uf = checkout -- uf = checkout --
cb = checkout cb = checkout
push = push --tags push = push --tags
untrack = rm --cached
[core] [core]
editor = vim editor = vim
autocrlf = false autocrlf = false

Loading…
Cancel
Save