10 lines
324 B
Batchfile
10 lines
324 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 mck1117 https://github.com/mck1117/rusefi
|
|
|
|
git remote -v
|