jFuzzyLogic/git/update_force

8 lines
72 B
Bash
Executable File

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