Skip to content

Commit eca4749

Browse files
authored
set global pull.rebase to false
1 parent 2ebae3a commit eca4749

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 pull.rebase false
3+
git config --global 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)