13 lines
531 B
Batchfile
13 lines
531 B
Batchfile
git remote -v
|
|
git remote add upstream https://github.com/rusefi/rusefi.git
|
|
|
|
rem The heros, in alpabetical order
|
|
git remote add andreika-git https://github.com/andreika-git/rusefi
|
|
git remote add DonaldBecker https://github.com/DonaldBecker/rusefi
|
|
git remote add dron0gus https://github.com/dron0gus/rusefi
|
|
git remote add mck1117 https://github.com/mck1117/rusefi
|
|
git remote add NOx-z https://github.com/NOx-z/rusefi
|
|
git remote add chuckwagoncomputing https://github.com/chuckwagoncomputing/rusefi
|
|
|
|
git remote -v
|