[git] Add git pull autostash alias
Adds the gfma and gfra aliases with the `--autostash` flag.
This commit is contained in:
parent
13c61bae30
commit
649c0e4561
1 changed files with 2 additions and 0 deletions
|
@ -97,7 +97,9 @@ if ! zstyle -t ':prezto:module:git:alias' skip 'yes'; then
|
|||
alias gfc='git clone'
|
||||
alias gfcr='git clone --recurse-submodules'
|
||||
alias gfm='git pull'
|
||||
alias gfma='git pull --autostash'
|
||||
alias gfr='git pull --rebase'
|
||||
alias gfra='git pull --rebase --autostash'
|
||||
|
||||
# Flow (F)
|
||||
alias gFi='git flow init'
|
||||
|
|
Loading…
Reference in a new issue