Linked Questions

Popular Questions

How do I force "git pull" to overwrite local files?

Asked by At

How do I force an overwrite of local files on a git pull? My local repository contains a file of the same filename as on the server.

error: Untracked working tree file 'example.txt' would be overwritten by merge

Related Questions