Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

error: Pulling is not possible because you have unmerged files.

git reset --hard HEAD

If you dont want to merge the changes and still want to update your local then run:
This will reset your local with HEAD and then pull your remote using git pull.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Pulling #unmerged
ADD COMMENT
Topic
Name
8+4 =