Gptcommit: Never write a commit message again (with the help of GPT-3)
1–10 of 106 posts
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#2Perhaps this could be more useful if it could be fed information from a bug tracker, so it could use the context to create a meaningful (if inaccurate) commit message.
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#3Neat concept, but this opens up a can of worms for corporate security. Pretty sure I won't get approval to submit proprietary code to a third party service just because I was too lazy to write a few lines of text. Might be helpful to open source projects?
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#4Now do this for branching strategies.
This is amazing. Humans should only need to read commit messages, never write them.
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#5I find commit messages have more value when they don't just repeat what you can see by looking at a diff but when they explain the reasons behind.
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#6Neat concept, but this opens up a can of worms for corporate security. Pretty sure I won't get approval to submit proprietary code to a third party service just because I was too lazy to write a few lines of text. Might be helpful to open source projects?
Just add fully homomorphic encryption.
I agree with you, but I'm assuming this could just send a diff and that context would be small enough to not leak.
Then again, if GPT can keep track of all the diffs...
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#7I find commit messages have more value when they don't just repeat what you can see by looking at a diff but when they explain the reasons behind.
[deleted]
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#8If you're looking for a Python variant of this tool: https://github.com/abi/autocommit
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#9The peak of human society right here
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#10I can kind of understand getting help writing the description of a large PR. But a commit message? Whose commits are so long so often that they need the help of an AI assistant to come up with the contents?