# git
The Master Submits a PR to Main Branch and appears:There Isn’t Anything To Compare
When the master branch submits a PR to the main branch and appears: There isn't anything to compare.main and master are entirely different commit histories.
How to Force Stop a GitHub Actions Workflow
If a GitHub Actions workflow gets stuck and normal cancellation does not work, you can stop it from the web UI, GitHub CLI, REST API, or by killing a self-hosted runner process.
How To Clear All GitHub Commit Records?
New orphan branch,add the required files to the staging area,commit,delete the main branch,rename the current latest_branch branch to main branch,finally, push to the remote warehouse
