mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
add alias grmi, rm files from ignore file
This commit is contained in:
parent
37c2d0ddd7
commit
978ec1c49a
1 changed files with 1 additions and 0 deletions
|
|
@ -246,3 +246,4 @@ alias glum='git pull upstream master'
|
||||||
|
|
||||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
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 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…
Add table
Add a link
Reference in a new issue