Skip to content

Commit

Permalink
remove git global config command
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Nov 2, 2024
1 parent dc4f8d3 commit 26eac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_from_template.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

git config --global pull.rebase false
git config pull.rebase false
git remote add template https://github.com/blooop/python_template.git
git fetch --all
git checkout main && git pull origin main
Expand Down

0 comments on commit 26eac32

Please sign in to comment.