Reference Chunks

Programming and data notes

Overwrite Local Files if Your Local Git Repository Is Different Than the Remote

1
2
git fetch --all
git reset --hard origin/master

References http://stackoverflow.com/questions/1125968/force-git-to-overwrite-local-files-on-pull