Explorar el Código

Script to init the upstream remote for Marlin

Scott Lahteine hace 8 años
padre
commit
4fa05913c3
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      buildroot/share/git/mfinit

+ 8
- 0
buildroot/share/git/mfinit Ver fichero

@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+#
3
+# mfinit
4
+#
5
+# Create the upstream repository for Marlin
6
+#
7
+
8
+git remote add upstream git@github.com:MarlinFirmware/Marlin.git

Loading…
Cancelar
Guardar