Skip to content

Commit

Permalink
plugins/git: add git pull autostash aliases (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusramos authored Feb 3, 2021
1 parent 89e5054 commit 4db7436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ alias gunignore='git update-index --no-assume-unchanged'
alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'
alias gup='git pull --rebase'
alias gupv='git pull --rebase -v'
alias gupa='git pull --rebase --autostash'
alias gupav='git pull --rebase --autostash -v'
alias glum='git pull upstream master'

alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
Expand Down

0 comments on commit 4db7436

Please sign in to comment.