So I’m having a tough time keeping my fork’s master branch clean.
The goal (I’ve learned) is to keep the master current by fetching upstream before making a branch. Then that branch gets edits from which a Pull Request can be submitted.
ok.
However, I now have a commit " Merge branch ‘profezzorn:master’ into master"
and it thinks my master is 1 commit ahead of profezzorn/ProffieOS master.
On top of that, I did a test push (with my inadvertent temporary permissions)
and while that was instantly added to “the master” (not MY master)
it still shows as an open commit on MY master.
I don’t want to branch from here, as these commits are going to tag along in future PRs.
In place of getting very involved and trying to cherry-pick, or revert things, I find it easy to simply delete my fork repo, re-fork, and go forward.
However again, I think that caused the issue where my PR couldn’t be commented on in review (because the source repo didn’t exist)
TL;DR… Why did I wind up with these commits that are “ahead of” the profezzorn master, or more importantly, how would you suggest I proceed.
I want to just delete and re-fork. But I have pending PRs.