Browse Source

Better push in 'mfpub'

vanilla_fb_2.0.x
Scott Lahteine 5 years ago
parent
commit
8dd9afe4f9
  1. 4
      buildroot/share/git/mfpub

4
buildroot/share/git/mfpub

@ -67,11 +67,11 @@ if [[ $BRANCH == $TARG ]]; then
# Allow working directly with the main fork # Allow working directly with the main fork
echo echo
echo -n "Pushing to origin/$TARG... " echo -n "Pushing to origin/$TARG... "
git push -f origin git push origin HEAD:$TARG
echo echo
echo -n "Pushing to upstream/$TARG... " echo -n "Pushing to upstream/$TARG... "
git push -f upstream git push upstream HEAD:$TARG
else else

Loading…
Cancel
Save