diff --git a/update-gluon.sh b/update-gluon.sh index a46183ec6c552b45a0f09f9476906a190b2390b0..b589b0566e53ee32507582110041977c594ef0d3 100755 --- a/update-gluon.sh +++ b/update-gluon.sh @@ -24,6 +24,8 @@ cd gluon git remote add upstream "$gluon_upstream_git_url" git fetch upstream --tags +git branch -a + # we already have this branch - exit if ! git rev-parse --verify "$fork_newest_minor_branch" &> /dev/null; then echo "Nothing todo, branch $fork_newest_minor_branch already exists"