Skip to content

Commit 0e79b83

Browse files
add --rebase for git pull
1 parent 4cfcc91 commit 0e79b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo Getting latest libraries
77
git add .
88
git diff --quiet --exit-code --cached || git commit -m 'bla'
99
ls
10-
git pull origin master
10+
git pull --rebase origin master
1111
git rebase master
1212

1313
echo npm install for good measure

0 commit comments

Comments
 (0)