Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update git_add_upstream.bat for FOME #240

Merged
merged 3 commits into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions misc/git_scripts/git_add_upstream.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
git remote -v
git remote add upstream https://github.com/rusefi/rusefi.git
git remote add upstream https://github.com/FOME-Tech/fome-fw.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 add mck1117 https://github.com/mck1117/fome-fw
mi-hol marked this conversation as resolved.
Show resolved Hide resolved
git remote add nmschulte https://github.com/nmschulte/fome-fw.git

git remote -v
Loading