rusefi_documentation/Special/Tools/git_add_upstream.bat

7 lines
257 B
Batchfile
Raw Normal View History

2020-04-11 12:18:53 -07:00
git remote -v
git remote add wiki-git https://github.com/rusefi/rusefi_documentation.wiki.git
2020-04-12 09:02:13 -07:00
git remote add best-wiki-git https://github.com/rusefi/rusefi.wiki.git
2020-04-11 12:18:53 -07:00
git remote add normal-git https://github.com/rusefi/rusefi_documentation.git
git remote -v