rusefi-full/misc/git_scripts/git_reset_to_upstream.bat

4 lines
104 B
Batchfile
Raw Normal View History

2019-01-02 19:32:30 -08:00
git fetch upstream/master
git checkout master
git reset --hard upstream/master
git push origin master -f