mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-13 21:33:22 +01:00
feat(git): add grget
alias
This commit is contained in:
parent
fff073b55d
commit
6599eac724
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ alias gra='git remote add'
|
|||
alias grrm='git remote remove'
|
||||
alias grmv='git remote rename'
|
||||
alias grset='git remote set-url'
|
||||
alias grget='git remote get-url'
|
||||
alias grup='git remote update'
|
||||
alias grh='git reset'
|
||||
alias gru='git reset --'
|
||||
|
|
Loading…
Add table
Reference in a new issue