jFuzzyLogic/git/update_force

8 lines
72 B
Plaintext
Raw Normal View History

2014-12-19 14:30:46 +01:00
#!/bin/sh -e
git fetch --all
git reset --hard origin/master
git pull