Script to init the upstream remote for Marlin

master
Scott Lahteine 8 years ago
parent f639044c24
commit 4fa05913c3

@ -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…
Cancel
Save