Tue 24 Nov 2009
Problem
Trying to update (pull) in git causes the error ‘you’re in the middle of a conflicted merge’.
Solution
To be able to get out of this error try the followng:
- git reset –hard HEAD
- git fetch origin
- git reset –hard origin
to reset the state, and then you should be able to use git pull as normal.
One Response to “ You’re in the middle of a conflicted merge (git) ”
Trackbacks & Pingbacks:
[...] Git Guide 2. Tips 1 3. Tips 2 4. Tips 3 5. Git di Wikipedia 6. Git Clone @kernel.org var addthis_pub = ''; var [...]