rsemcs/update.sh

5 lines
97 B
Bash
Raw Normal View History

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