mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
use rebase instead of merge in auto-update.sh
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ git add .
|
||||
git diff --quiet --exit-code --cached || git commit -m 'bla'
|
||||
ls
|
||||
git pull origin master
|
||||
git merge master
|
||||
git rebase master
|
||||
|
||||
echo npm install for good measure
|
||||
/usr/local/bin/npm install
|
||||
|
||||
Reference in New Issue
Block a user