I am new with github and am trying to merge my master and gh-pages branches.
While trying to merge, I had a conflict. Now I get the following message

How do I fix it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at your current status:
You’ll probably see some files which are staged for commit and some which have local changes. The staged ones are those which merged without problem. The ones with local changes have merge conflicts. Open up each of those files, and you’ll see something like this somewhere inside:
(I think it’s something like that anyway)
Edit each of them so they are how you want them to be (ie: fix the conflicts). Then do as it says: