mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(git): add grf alias (#12176)
This commit is contained in:
parent
4efad7ab1b
commit
6f215cd692
2 changed files with 2 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ alias grbs='git rebase --skip'
|
|||
alias grbd='git rebase $(git_develop_branch)'
|
||||
alias grbm='git rebase $(git_main_branch)'
|
||||
alias grbom='git rebase origin/$(git_main_branch)'
|
||||
alias grf='git reflog'
|
||||
alias gr='git remote'
|
||||
alias grv='git remote --verbose'
|
||||
alias gra='git remote add'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue