Skip to content
Snippets Groups Projects
Commit 8dd9afe4 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Better push in 'mfpub'

parent da0f63cd
No related branches found
No related tags found
No related merge requests found
......@@ -67,11 +67,11 @@ if [[ $BRANCH == $TARG ]]; then
# Allow working directly with the main fork
echo
echo -n "Pushing to origin/$TARG... "
git push -f origin
git push origin HEAD:$TARG
echo
echo -n "Pushing to upstream/$TARG... "
git push -f upstream
git push upstream HEAD:$TARG
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment