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: 2015/10/30 18:25 by erik
git fetch --all git reset --hard
More info here.