Hacker News new | ask | show | jobs
by Artamus 598 days ago
Speaking of "subcommands" that add some features, I recently built a tool to provide a better experience for splitting a commit into multiple commits than doing a soft reset and using `git add -p`: https://github.com/Artamus/git-split/.

Maybe someone will find it useful :).