We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4f8d3 commit 26eac32Copy full SHA for 26eac32
scripts/update_from_template.sh
@@ -1,6 +1,6 @@
1
#! /bin/bash
2
3
-git config --global pull.rebase false
+git config pull.rebase false
4
git remote add template https://github.com/blooop/python_template.git
5
git fetch --all
6
git checkout main && git pull origin main
0 commit comments