From 976916018a4108195b74a5663a045141c6708c79 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Tue, 10 Nov 2020 09:01:07 +0000 Subject: [PATCH] Improve comment --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7ecb558..4ed4c01 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -48,5 +48,5 @@ git status git diff-index --quiet HEAD || git commit --message "$COMMIT_MESSAGE" echo "Pushing git commit" -# --set-upstream: sets de branch when pushing to a remote empty repository +# --set-upstream: sets de branch when pushing to a branch that does not exist git push origin --set-upstream "$TARGET_BRANCH"