Skip to content

Commit

Permalink
Merge pull request sorin-ionescu#1836 from diraol/dro/git_pull_autostash
Browse files Browse the repository at this point in the history
[git] Add git pull autostash alias
  • Loading branch information
srijanshetty authored May 29, 2020
2 parents 793f239 + 649c0e4 commit cb69d2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/git/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cb69d2d

Please sign in to comment.