Swagit is written in Rust and distributed via crates.io.
cargo install swagitOnce that's done, you can run this command inside your project's directory:
swagitYou can set an alias to use a more convenient command:
alias sg="swagit"Enter an interactive mode to select branches to be deleted.
Sync with remote and clean up merged branches. This command:
- Syncs current branch with remote (fast-forward only)
- Updates remote references
- Deletes merged branches automatically
MIT © Evan Ye


