Skip to content

Commit

Permalink
🐛 update git rebase command to remove branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Jan 26, 2022
1 parent 0b44fb8 commit 0cc1fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-auto-update-plugins.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function upgrade_oh_my_zsh_custom() {
p=$(dirname "$d")
pushd -q "${p}"

if git pull --rebase --stat origin master; then
if git pull --rebase --autostash; then
_zsh_auto_update_log $NONE "blue" "Plugin $d has been updated and/or is at the current version."
else
_zsh_auto_update_log $NONE "red" 'There was an error updating. Try again later?'
Expand Down

0 comments on commit 0cc1fa0

Please sign in to comment.