Added the git push with origin

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2023-04-21 06:51:12 +02:00 committed by Marcin Woźniak
parent 5ac1e63fc7
commit a40205811e

View File

@ -4,3 +4,4 @@ git checkout -b "$BRANCH"
git checkout "$BRANCH"
git branch --set-upstream-to=origin/"$BRANCH" "$BRANCH"
git pull
git push --set-upstream origin "$BRANCH"