Tag : git-force-overwrite

Git – Force an overwrite of files on a git pull

Use this commands to force an overwrite of files on a git pull:


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