mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 09:58:47 -07:00
git: add git rm aliases (#5433)
* grm for 'git rm' * grmc for 'git rm --cached'
This commit is contained in:
parent
0db7da0cd5
commit
5ee93f4f15
@ -220,6 +220,8 @@ alias grbm='git rebase master'
|
||||
alias grbs='git rebase --skip'
|
||||
alias grh='git reset'
|
||||
alias grhh='git reset --hard'
|
||||
alias grm='git rm'
|
||||
alias grmc='git rm --cached'
|
||||
alias grmv='git remote rename'
|
||||
alias grrm='git remote remove'
|
||||
alias grset='git remote set-url'
|
||||
|
Loading…
Reference in New Issue
Block a user