From 19f3c24307aa179e075bf151fde9865991f549d0 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Sun, 12 Feb 2017 19:44:02 +0300 Subject: [PATCH] added git branch track to pull-gui.sh --- pull-gui.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pull-gui.sh b/pull-gui.sh index a5f8d86..60c6fbe 100755 --- a/pull-gui.sh +++ b/pull-gui.sh @@ -16,11 +16,13 @@ fi if [ -d "Iguana-application" ]; then cd Iguana-application - git checkout 0.3 + git checkout 0.3.1 + git branch 0.3.1 --track origin/0.3.1 git pull else git clone https://github.com/SuperNETorg/Iguana-application.git -b 0.3.1 cd Iguana-application + git branch 0.3.1 --track origin/0.3.1 fi bower install