Skip to content

Commit

Permalink
[git] Add git pull autostash alias
Browse files Browse the repository at this point in the history
Adds the gfma and gfra aliases with the `--autostash` flag.
  • Loading branch information
diraol authored and Erik Johansen committed Feb 1, 2021
1 parent f390c99 commit f3ec7ec
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 f3ec7ec

Please sign in to comment.