I have the following branches in my github project
master elvis creditcard
elvis is the furthest along. I need to get all the elvis code into the creditcard branch.
From within creditcard, I tried "git merge elvis" and I get "error: 'merge' is not possible because you have unmerged files."