You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parentPath=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
. "$parentPath/os-open"
# Check if params are enough to go ahead.
downmergeFrom=$1
downmergeTo=$2
test -z "$downmergeFrom" && echo "Please provide downmerge-from branch and downmerge-to branch." 1>&2 && exit 1
test -z "$downmergeTo" && echo "Please provide both downmerge-from as first argument branch and downmerge-to branch as the second argument." 1>&2 && exit 1