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