When I used gitk to check my branches, I found the following:
I created pretty_url
, switched to it, worked on stuff, committed, then switched to master
branch (which was clean), then ran git merge pretty_url
, and checked with gitk
, and found this.
I'm sure this is not proper and probably the master
wasn't clean. How can I fix this?