Skip to content

Commit

Permalink
add --rebase for git pull in auto-update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Jul 11, 2014
1 parent bcab636 commit c4f87c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-update.sh
Expand Up @@ -7,7 +7,7 @@ echo Getting latest libraries
git add .
git commit -am "new auto update"
ls
git pull
git pull --rebase

echo npm install for good measure
/usr/local/bin/npm install
Expand Down

0 comments on commit c4f87c2

Please sign in to comment.