mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
8 lines
145 B
Bash
Executable file
8 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
|