rusefi_documentation/Special/Tools/git_reset_my_fork_to_upstre...

4 lines
107 B
Batchfile

git fetch technical-git
git checkout master
git reset --hard technical-git/master
git push origin master -f