IYUUAutoReseed/git_pull.sh

5 lines
66 B
Bash

#!/bin/sh
git fetch --all
git reset --hard origin/master
git pull