Adjust branch change message

This commit is contained in:
Alyssa Ross 2016-09-05 22:18:24 +01:00
parent 07a00c234c
commit 04ebd0af33

View File

@ -245,10 +245,9 @@ EOS
if [[ -z "$HOMEBREW_DEVELOPER" ]] if [[ -z "$HOMEBREW_DEVELOPER" ]]
then then
opoo <<EOS echo "Checking out $UPSTREAM_BRANCH in $DIR..."
Checking out $UPSTREAM_BRANCH. echo "To checkout $INITIAL_BRANCH in $DIR run:"
Set HOMEBREW_DEVELOPER=1 to preserve branch when updating Homebrew. echo " 'cd $DIR && git checkout $INITIAL_BRANCH"
EOS
fi fi
# Recreate and check out `#{upstream_branch}` if unable to fast-forward # Recreate and check out `#{upstream_branch}` if unable to fast-forward