Skip to content
Snippets Groups Projects
Commit fdb63230 authored by nrbffs's avatar nrbffs
Browse files

add message if doing nothing

parent 024097e6
Branches
Tags
No related merge requests found
...@@ -21,6 +21,7 @@ git fetch upstream --tags ...@@ -21,6 +21,7 @@ git fetch upstream --tags
# we already have this branch - exit # we already have this branch - exit
if ! git rev-parse --verify "$fork_newest_minor_branch" &> /dev/null; then if ! git rev-parse --verify "$fork_newest_minor_branch" &> /dev/null; then
echo "Nothing todo, branch $fork_newest_minor_branch already exists"
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment