Script to init the upstream remote for Marlin

This commit is contained in:
Scott Lahteine 2016-06-15 22:24:10 -07:00
parent f639044c24
commit 4fa05913c3

8
buildroot/share/git/mfinit Executable file
View 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