Browse Source

Script to init the upstream remote for Marlin

Scott Lahteine 8 years ago
parent
commit
4fa05913c3
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      buildroot/share/git/mfinit

+ 8
- 0
buildroot/share/git/mfinit View File

@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+#
3
+# mfinit
4
+#
5
+# Create the upstream repository for Marlin
6
+#
7
+
8
+git remote add upstream git@github.com:MarlinFirmware/Marlin.git

Loading…
Cancel
Save