mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
git plugin: new alias for gfa + gpr
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
e80764134a
commit
afc63fd398
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ alias gf='git fetch'
|
|||
compdef _git gf='git-fetch'
|
||||
alias gfa='git fetch --all'
|
||||
compdef _git gfa='git-fetch'
|
||||
alias gfagpr='git fetch --all && git pull --rebase'
|
||||
compdef _git gfagpr='git-pull'
|
||||
|
||||
# Git Commit (gc)
|
||||
alias gc='git commit -v'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue