I have two branches on the server. Branched branch of R2 and a branch called DEV I inadvertently entered the wrong server, into the repository and executed GIT PULL ORIGIN DEV however the storage was on R2. I realized my mistake and then tried to fix my mistake by running GIT PULL ORIGIN R2 However, I get a bunch of file names and an error
U view/private_api/ipn.phtml M view/reports/menScholarshipForm.pdf M view/reports/printProCard.phtml M view/reports/printSanction.phtml M view/sanctionDetailRoster.html M view/sanctionDetailVerify.html M view/verifyMembership.phtml Pull is not possible because you have unmerged files. Please, fix them up in the work tree, and then use 'git add/rm <file>' as appropriate to mark resolution, or use 'git commit -a'.
I donβt think I need to enter and reload each file manually, I just donβt know how to fix my error. thanks
source share