Skip to content

Commit

Permalink
Don't add always the autoSetupRemote config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Oct 23, 2024
1 parent c4b8e25 commit 3ed5680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set_up_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
fi

# auto setup remote for new branches
git config --global --add --bool push.autoSetupRemote true
git config --global --bool push.autoSetupRemote true
# always rebase on pull
git config --global pull.rebase true

Expand Down

0 comments on commit 3ed5680

Please sign in to comment.