SyntaxFix
Write A Post
Hire A Developer
Questions
You can stash your local changes first, then pull, then pop the stash.
git stash git pull origin master git stash pop
Anything that overrides changes from remote will have conflicts which you will have to manually resolve.