diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 01719d217..5acf232d3 100755 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -252,6 +252,9 @@ if LANG= git pull --quiet --rebase $remote $branch; then # Save the commit prior to updating git config oh-my-zsh.lastVersion "$last_commit" + # Push to fork + git push --force origin $branch + # Print changelog to the terminal if [[ $interactive == true && $verbose_mode == default ]]; then ZSH="$ZSH" command zsh -f "$ZSH/tools/changelog.sh" HEAD "$last_commit"