rusefi_documentation/misc/git_scripts/git_reset_to_upstream.bat

4 lines
97 B
Batchfile
Raw Normal View History

2019-12-30 08:13:43 -08:00
git fetch upstream
git checkout master
git reset --hard upstream/master
git push origin master -f