From 27c286a029f585cc62cec85443519fe5eb885c94 Mon Sep 17 00:00:00 2001
From: nrb <freifunk@nicoboehr.de>
Date: Mon, 14 Oct 2019 21:03:19 +0200
Subject: [PATCH] show git branches

---
 update-gluon.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/update-gluon.sh b/update-gluon.sh
index a46183e..b589b05 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"
-- 
GitLab