Added the git push with origin
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
58264b817d
commit
06af68833a
@ -4,3 +4,4 @@ git checkout -b "$BRANCH"
|
|||||||
git checkout "$BRANCH"
|
git checkout "$BRANCH"
|
||||||
git branch --set-upstream-to=origin/"$BRANCH" "$BRANCH"
|
git branch --set-upstream-to=origin/"$BRANCH" "$BRANCH"
|
||||||
git pull
|
git pull
|
||||||
|
git push --set-upstream origin "$BRANCH"
|
||||||
|
Loading…
Reference in New Issue
Block a user