Delete branches that have been squashed and merged into main
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
git-delete-squashed is a tool for developers working on projects that use squash-merging, allowing them to automatically clean up local Git branches that have been squashed and merged into the main branch. It's particularly useful for teams that frequently squash-merge feature branches, helping maintain a tidy local repository by removing redundant branches after they've been incorporated into the main codebase. The tool can be used as a shell script or installed via npm for easy access.