I'm on Chapter 5 of Michael Hartl's "Ruby Tutorial". I tried to merge branches, was on the wrong branch and took myself down the rabbit hole. I've got pretty far out of the way after doing some backtracking but now this is my issue again.
****Captains-iMac:sample_app owner$ git pull origin master
U app/views/layouts/application.html.erb
U app/views/static_pages/home.html.erb
U config/routes.rb
U test/controllers/static_pages_controller_test.rb
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 and make a commit.****
The master branch is the one that is currently correct for me. Any pointers for a complete newbie?