add alias grmi, rm files from ignore file
This commit is contained in:
parent
37c2d0ddd7
commit
978ec1c49a
@ -246,3 +246,4 @@ alias glum='git pull upstream master'
|
||||
|
||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify -m "--wip-- [skip ci]"'
|
||||
alias grmi='git rm --cached `git ls-files -i --exclude-from=.gitignore`'
|
||||
|
Loading…
Reference in New Issue
Block a user