mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Support the browsing of other Git remotes/branches.
This commit is contained in:
parent
5bb9a3e4b5
commit
66c4aae59e
3 changed files with 53 additions and 4 deletions
|
|
@ -182,6 +182,8 @@ alias ghc='git remote prune'
|
|||
compdef _git ghc=git-remote
|
||||
alias ghs='git remote show'
|
||||
compdef _git ghs=git-remote
|
||||
alias ghb='git-hub'
|
||||
compdef _git-hub ghb=git-hub
|
||||
|
||||
# Stash (t)
|
||||
alias gta='git stash apply'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue