Adjust branch change message
This commit is contained in:
parent
07a00c234c
commit
04ebd0af33
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user