- libzakautho (develop)
+- libzakauthogui (develop)
+
- libzakgtkdecoder (develop)
- libzakformgtkdecoder (master)
- libzakform
- libzakutils
+- libzakformhashtable (master)
+ - libzakform
+
+- libzakaudit (gtk3)
+
- territorio (develop)
- libgdaex
- libgdaexgrid
echo "Upstream branch: "$UPSTREAM_BRANCH
+# update current branch
+git pull -r --autostash
+
# update upstream branch
+git stash save
git checkout $UPSTREAM_BRANCH
git pull
git checkout $CURRENT_BRANCH
+git stash pop
# not empty if there's at least one commit be merged
TO_BE_MERGED=`git log --pretty=oneline --graph ..$UPSTREAM_BRANCH | head -n 1 | sed -n -e 's/\* //p'`