mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Added alias 'grm' for 'git rm' and 'grmc' for 'git rm --cached'
This commit is contained in:
parent
1b7fc2f3ac
commit
96c576efa2
1 changed files with 2 additions and 0 deletions
|
|
@ -202,6 +202,8 @@ alias grbm='git rebase master'
|
|||
alias grbs='git rebase --skip'
|
||||
alias grh='git reset HEAD'
|
||||
alias grhh='git reset HEAD --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…
Add table
Add a link
Reference in a new issue