Skip to content

Commit

Permalink
Set the remote branch on every pull
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmjohnson committed Jul 31, 2015
1 parent 4ce8789 commit daaa938
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file modified morea-publish.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion morea-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ! -d "./gh-pages" ]; then
fi

echo "Pulling the gh-pages directory."
( set -x ; cd ./gh-pages ; git pull )
( set -x ; cd ./gh-pages ; git branch -u origin/gh-pages ; git pull )

echo "Pulling the master directory"
( set -x ; cd ./master ; git pull)
Expand Down
Empty file modified morea-vanilla-install.sh
100644 → 100755
Empty file.

0 comments on commit daaa938

Please sign in to comment.