Updated run to reset before pulling and only fast forward while pulling.

This commit is contained in:
Harrison Deng 2022-01-09 00:12:18 -06:00
parent 686d0aef8c
commit 3a788fc135

3
run.sh
View File

@ -1,6 +1,7 @@
#!/bin/sh
git checkout master
git pull origin master
git reset --hard
git pull origin master --ff-only
java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui