(Solved) How do I force “git pull” to overwrite local files?

[*] ⚠ Warning: Any uncommitted local changes to tracked files will be lost. Any local files that are not tracked by Git will not be affected. First, update all origin/<branch> refs to latest: git fetch –all Backup your current branch (e.g. master): git branch backup-master Jump to the latest commit on origin/master and checkout those … Read more