delete-refs
v0.1.1
Published
Interactive CLI for deleting branches and tags on a git remote
Readme
delete-refs
Interactive CLI for deleting branches and tags on a git remote.
delete-refs lists every ref on the remote (except main), lets you pick the branches and tags you want gone, and deletes them from the remote in one go.
Install
npm install -g delete-refsOr run it directly:
npx delete-refsUsage
From inside a git repository:
delete-refsSelect the refs to delete with the interactive prompt and confirm. Each selected branch/tag is deleted on origin.
