rusefi_documentation/Special/Tools/git_add_upstream.bat

6 lines
180 B
Batchfile
Raw Permalink Normal View History

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