5 lines
97 B
Bash
5 lines
97 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git reset --hard
|
||
|
git pull origin master --ff-only
|
||
|
git checkout master@{'24 hours ago'}
|