1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/fetch_from_upstream.bat

3 lines
82 B
Batchfile
Raw Normal View History

2021-03-14 15:17:34 +00:00
git fetch upstream
git reset --hard upstream/master
git push origin master --force