rusefi_documentation/Special/Tools/git_reset_my_fork_to_upstre...

4 lines
107 B
Batchfile
Raw Normal View History

2020-04-18 10:44:41 -07:00
git fetch technical-git
git checkout master
git reset --hard technical-git/master
git push origin master -f