mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
git2 plugin: gPhm and gfpr
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
88f5c8b417
commit
868df23390
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ compdef _git gPd=git-push
|
|||
# git push force
|
||||
alias gPf='git push --force'
|
||||
compdef _git gPf=git-push
|
||||
alias gPhm='git push heroku master'
|
||||
|
||||
################
|
||||
# Git Fetch (gf)
|
||||
|
|
@ -74,6 +75,8 @@ compdef _git gfa='git-fetch'
|
|||
# (git fetch all branch and rebase)
|
||||
alias gfagpr='git fetch --all && git pull --rebase'
|
||||
compdef _git gfagpr='git-pull'
|
||||
alias gfgpr='git fetch && git pull --rebase'
|
||||
compdef _git gfgpr='git-pull'
|
||||
|
||||
#################
|
||||
# Git Commit (gc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue