🔍

# git

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