FIxed checkout issue in update script.

This commit is contained in:
Harrison Deng 2022-01-18 12:54:57 -06:00
parent 98844dec3a
commit a2f0c2cc58

View File

@ -1,5 +1,6 @@
#!/bin/sh
git reset --hard
git checkout master
git pull origin master --ff-only
git checkout master@{'24 hours ago'}