Update git_reset_to_upstream.bat
This commit is contained in:
parent
7c8d1aac91
commit
320e4b0187
|
@ -1,4 +1,6 @@
|
||||||
|
git remote add upstream https://github.com/rusefi/rusefi.git
|
||||||
|
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git checkout master
|
git checkout master
|
||||||
git reset --hard upstream/master
|
git reset --hard upstream/master
|
||||||
git push origin master -f
|
git push origin master -f
|
||||||
|
|
Loading…
Reference in New Issue