Git Smart Commit
p/git-smart-commit
Generates smart TODO comments for Git changes
Sagar Chauhan
Git Smart Commit — Generates smart to-do comments for Git changes
Featured
2
Git Smart Commit This tool generates smart TODO comments for Git changes to nudge users to document them before commit. Installation Run 'npm install git-smart-commit' into your app and then follow the steps.
Replies
Sagar Chauhan
So often my team or fellow developers would make multiple changes in the source code and forget to comment. Its not about large files or small files, generally most developers doesn't take the pain to leave a comment or document the changes that are made. Not only that, there are many good souls out there, who do comment and write commit messages but I don't know why they often use this common word called "changes" or "some more changes", the worst is "changes 1, 2, 3" etc. To some how bring sense to this madness, I have created a package, which prompts the developers before each commit to document the changes they have made and commit a message which is readable for others to understand. I feel it solves a very basic problem that goes un-noticed on a daily basis. Would love to hear your feedback !
Sagar Chauhan
Please do leave your comment, if you have watched the video or tried it.