Improve comment

This commit is contained in:
Carles Pina i Estany 2020-11-10 09:01:07 +00:00
parent ea29b5b83f
commit 976916018a

View File

@ -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"