Git-Add–Interactive with Enhancements
SMRTR summary
This Go implementation of Git's interactive add functionality enhances the original Perl script with features like interactive staging, selective hunk staging, and multiple patch modes for various Git operations. It includes global filtering, auto-splitting of hunks, and an "accept all" command. The tool integrates with Git's color configuration, supports terminal UI features, and can replace default Git add commands for a more powerful workflow.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article