mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
9 lines
145 B
Bash
Executable File
9 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# mfinit
|
|
#
|
|
# Create the upstream repository for Marlin
|
|
#
|
|
|
|
git remote add upstream git@github.com:MarlinFirmware/Marlin.git
|