I deleted some files on my default Github.com branch.
I added them back on a new branch and commited the files for code review.
Now when I open a pull request, Github.com says there are no changes to compare.
But the files are on the child branch and no files are on the default/base branch.
How can I "force" delete the files on the default branch and make Git forget they ever existed?
This is a new repo so forgetting about all git history could also solve my problem. That is acting like all files on the default branch are the initial commit.