I'm new to Git so please pardon any shortsightedness.
I'm trying to update my Master branch. I created a new branch called myWebsite, and it contains the changes I want to make. I've pushed it to GitHub, and my repo sees the branch.
When comparing the two, I usually set the left drop-down to "Base: Master" and the right to "Compare: [branch to be compared]". I did this, but GitHub wasn't seeing any changes.
I grew impatient and swapped the two drop downs and merged it, and I think that just got me in more of a rut. I tried Reverting, but that just made it more confusing.
I think I cleaned it up enough to have a springboard to finally make the changes. I left the prior merge un-reverted for now.
Thanks for any guidance. And as a side-note, the reason I'm pulling and merging my own requests is simply to practice seeing both sides of the equation. I understand this isn't normal for a working environment.