mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 08:08:00 +00:00
Merge pull request #1836 from diraol/dro/git_pull_autostash
[git] Add git pull autostash alias
This commit is contained in:
commit
cb69d2d3e4
@ -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 New Issue
Block a user