git-exec-and-restage is a Node.js utility that safely amends Git commits after running auto-fixing tools like Prettier or ESLint. It executes a command on staged files, automatically restaging any fully staged files that were modified, while leaving partially staged files untouched. This tool is ideal for developers using pre-commit hooks or lint-staged workflows to ensure code formatting and linting changes are properly committed.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Safely amend Git commits after applying auto-fixing tools