rsemcs/update.sh

5 lines
97 B
Bash
Raw Normal View History

2022-01-10 04:23:40 -06:00
#!/bin/sh
git reset --hard
git pull origin master --ff-only
git checkout master@{'24 hours ago'}