Script to init the upstream remote for Marlin
This commit is contained in:
parent
f639044c24
commit
4fa05913c3
8
buildroot/share/git/mfinit
Executable file
8
buildroot/share/git/mfinit
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#
|
||||||
|
# mfinit
|
||||||
|
#
|
||||||
|
# Create the upstream repository for Marlin
|
||||||
|
#
|
||||||
|
|
||||||
|
git remote add upstream git@github.com:MarlinFirmware/Marlin.git
|
Loading…
Reference in New Issue
Block a user