diff --git a/update.sh b/update.sh index 9988fa1..3bbe777 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,6 @@ #!/bin/sh git reset --hard +git checkout master git pull origin master --ff-only git checkout master@{'24 hours ago'} \ No newline at end of file