Set default branch to master

This commit is contained in:
Jeremy Soller 2019-09-15 13:40:37 -06:00
parent fae74aae26
commit 2d7f0c1ec8
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -122,6 +122,9 @@ function op {
if [ -n "$BRANCH" ]
then
git checkout "$BRANCH"
else
#TODO: Find correct upstream default branch
git checkout master
fi
git pull
git submodule sync --recursive