if git fetch origin; then
# will trigger recompilation if necessary
git merge origin/<%= @branch %>
else
echo "WARNING: git fetch failed."
fi
if git fetch origin; then
# will trigger recompilation if necessary
git merge origin/<%= @branch %>
else
echo "WARNING: git fetch failed."
fi