jFuzzyLogic/git/update_force
2014-12-19 08:30:46 -05:00

8 lines
72 B
Bash
Executable File

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