mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 04:29:34 +00:00
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# mfinit
|
||
|
#
|
||
|
# Create the upstream repository for Marlin
|
||
|
#
|
||
|
|
||
|
git remote add upstream git@github.com:MarlinFirmware/Marlin.git
|