Open Source Mirrors github-free-only-killswitch
Brought to you by:
johngrimmreaper
| File | Date | Author | Commit |
|---|---|---|---|
| README.md | 2026-06-23 |
|
[a711e4] Initial github free-only killswitch script |
| github-free-only-killswitch | 2026-06-23 |
|
[a711e4] Initial github free-only killswitch script |
A defensive GitHub cleanup/audit tool for people who want GitHub to be only a free source-code backup, issue tracker, and pull-request host.
It does not delete repositories, branches, tags, commits, issues, pull requests, source files, or local clones.
It can audit and optionally clean:
.gitattributes Git LFS rulesAudit:
github-free-only-killswitch --owner yourgithubuser --audit
Interactive cleanup:
github-free-only-killswitch --owner yourgithubuser --apply
GitHub Packages audit requires:
gh auth refresh -h github.com -s read:packages
GitHub Packages deletion requires:
gh auth refresh -h github.com -s read:packages,delete:packages
Package deletion also requires:
--allow-package-delete