aboutsummaryrefslogtreecommitdiff
path: root/buildroot/share/git/mfhelp
diff options
context:
space:
mode:
authorGeorgiy Bondarenko <69736697+nehilo@users.noreply.github.com>2021-03-04 20:54:23 +0300
committerGeorgiy Bondarenko <69736697+nehilo@users.noreply.github.com>2021-03-04 20:54:23 +0300
commite8701195e66f2d27ffe17fb514eae8173795aaf7 (patch)
tree9f519c4abf6556b9ae7190a6210d87ead1dfadde /buildroot/share/git/mfhelp
downloadkp3s-lgvl-e8701195e66f2d27ffe17fb514eae8173795aaf7.tar.xz
kp3s-lgvl-e8701195e66f2d27ffe17fb514eae8173795aaf7.zip
Initial commit
Diffstat (limited to 'buildroot/share/git/mfhelp')
-rw-r--r--buildroot/share/git/mfhelp28
1 files changed, 28 insertions, 0 deletions
diff --git a/buildroot/share/git/mfhelp b/buildroot/share/git/mfhelp
new file mode 100644
index 0000000..1afc4c6
--- /dev/null
+++ b/buildroot/share/git/mfhelp
@@ -0,0 +1,28 @@
+#!/usr/bin/env bash
+#
+# mfhelp
+#
+
+cat <<THIS
+Marlin Firmware Commands:
+
+ firstpush ... Push and set-upstream the current branch to 'origin'
+ ghpc ........ Push the current branch to its upstream branch
+ ghtp ........ Set the transfer protolcol for all your remotes
+ mfadd ....... Fetch a remote branch from any Marlin fork
+ mfclean ..... Attempt to clean up merged and deleted branches
+ mfdoc ....... Build the website, serve locally, and browse
+ mffp ........ Push new commits directly to MarlinFirmware
+ mfinfo ...... Provide branch information (for the other scripts)
+ mfinit ...... Create an 'upstream' remote for 'MarlinFirmare'
+ mfnew ....... Create a new branch based on 'bugfix-...'
+ mfpr ........ Push the current branch and open the PR form
+ mfpub ....... Build and publish the marlinfw.org website
+ mfqp ........ Commit changes, do an interactive rebase, and push
+ mfrb ........ Interactively rebase the current branch on 'bugfix-...'
+ mftest ...... Run a platform test locally with PlatformIO
+ mfup ........ Fetch the latest 'upstream' and rebase on it
+
+ Enter [command] --help for more information.
+
+THIS