bootstrap.sh: Pull from the master branch explicitly

This commit is contained in:
Mathias Bynens
2013-04-19 18:18:27 +02:00
parent 1cda76f0be
commit 3753b01fc2
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
cd "$(dirname "${BASH_SOURCE}")"
git pull
git pull origin master
function doIt() {
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~
}