Skip to content

Commit

Permalink
realize I want autostash to also rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Nov 6, 2023
1 parent 34b243c commit 583648b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases/available/jake-aliases.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ alias co='git checkout'
alias ignored='git status --ignored'
alias staged='git diff --staged'
alias addp='git add --patch'
alias autostash='git pull --autostash'
alias autostash='git pull --rebase --autostash' # I ususally mean rebase as well as autostash

# shorthand command
alias s=status-or-show
Expand Down

0 comments on commit 583648b

Please sign in to comment.