Skip to content

Commit 26eac32

Browse files
committed
remove git global config command
1 parent dc4f8d3 commit 26eac32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_from_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
git config --global pull.rebase false
3+
git config pull.rebase false
44
git remote add template https://github.com/blooop/python_template.git
55
git fetch --all
66
git checkout main && git pull origin main

0 commit comments

Comments
 (0)