Update git_reset_to_upstream.bat

This commit is contained in:
rusefillc 2022-04-09 16:20:06 -04:00 committed by GitHub
parent 7c8d1aac91
commit 320e4b0187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
git remote add upstream https://github.com/rusefi/rusefi.git
git fetch upstream
git checkout master
git reset --hard upstream/master
git push origin master -f
git push origin master -f