From 4ecec918fe5dbaf6658cbe02b6a33f629df5da26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 17 Aug 2017 22:32:19 +0200 Subject: [PATCH] also let's fix upstream (pull/push) to origin/master MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- fix-project-remotes.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fix-project-remotes.sh b/fix-project-remotes.sh index 0ceb6d5..a9a9288 100755 --- a/fix-project-remotes.sh +++ b/fix-project-remotes.sh @@ -204,6 +204,9 @@ for project in ${LIST}; do fi fi + echo "$0: Setting upstream to '${GIT_ORIGIN}/${GIT_BRANCH}' ..." + git branch --set-upstream-to "${GIT_ORIGIN}/${GIT_BRANCH}" + # Is not an application by default IS_APP="" -- 2.30.2