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

Add mfup to mfpub to get upstream changes

parent b232f393
Branches
Tags
No related merge requests found
...@@ -45,6 +45,9 @@ git clean -d -f ...@@ -45,6 +45,9 @@ git clean -d -f
# Push 'master' to the fork and make a proper PR... # Push 'master' to the fork and make a proper PR...
if [[ $BRANCH == "master" ]]; then if [[ $BRANCH == "master" ]]; then
# Don't lose upstream changes!
mfup
# Allow working directly with the main fork # Allow working directly with the main fork
echo echo
echo -n "Pushing to origin/master... " echo -n "Pushing to origin/master... "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment