tips:dev:gitpullforce
How to force Git to overwrite local files on pull?
git fetch --all git reset --hard
More info here.
tips/dev/gitpullforce.txt · Last modified: by erik
git fetch --all git reset --hard
More info here.