Skip to content
Snippets Groups Projects
Commit 04ebd0af authored by Alyssa Ross's avatar Alyssa Ross
Browse files

Adjust branch change message

parent 07a00c23
No related branches found
No related tags found
No related merge requests found
......@@ -245,10 +245,9 @@ EOS
if [[ -z "$HOMEBREW_DEVELOPER" ]]
then
opoo <<EOS
Checking out $UPSTREAM_BRANCH.
Set HOMEBREW_DEVELOPER=1 to preserve branch when updating Homebrew.
EOS
echo "Checking out $UPSTREAM_BRANCH in $DIR..."
echo "To checkout $INITIAL_BRANCH in $DIR run:"
echo " 'cd $DIR && git checkout $INITIAL_BRANCH"
fi
# Recreate and check out `#{upstream_branch}` if unable to fast-forward
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment