Skip to content
Snippets Groups Projects
Commit 27c286a0 authored by Nico's avatar Nico
Browse files

show git branches

parent d6c44bde
Branches
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ cd gluon ...@@ -24,6 +24,8 @@ cd gluon
git remote add upstream "$gluon_upstream_git_url" git remote add upstream "$gluon_upstream_git_url"
git fetch upstream --tags git fetch upstream --tags
git branch -a
# 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" echo "Nothing todo, branch $fork_newest_minor_branch already exists"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment