Files
runelite/update.bat
2019-07-29 09:48:18 +01:00

4 lines
117 B
Batchfile

git checkout master
git reset --hard upstream/master
git pull --rebase upstream/master
git push origin master --force