fome-fw/misc/git_scripts/git_reset_to_upstream.bat

7 lines
164 B
Batchfile
Raw Normal View History

git remote add upstream https://github.com/FOME-Tech/fome-fw.git
2022-04-09 13:20:06 -07:00
2019-01-02 20:27:12 -08:00
git fetch upstream
2019-01-02 19:32:30 -08:00
git checkout master
git reset --hard upstream/master
2022-04-09 13:20:06 -07:00
git push origin master -f