Was digging through a project at work today where some guy in 2014 made 100+ commits in a single day and the only one that had a comment said “upgrading to v4.0”.
Was digging through a project at work today where some guy in 2014 made 100+ commits in a single day and the only one that had a comment said “upgrading to v4.0”.
I feel like this might be a good case for LLMs… Auto git commit suggestions based on the diff.
@CanadianNomad @lucas Awesome idea, yeah I can totally see that working well :)
There are already some attempts but I don’t think it will work, harmful even. Best case scenario, the AI can understand the code as well as a senior engineer from another company. All they can know without the context is what was changed, which is useless. We need the reason why the commit was made, not what was changed. The info is not there in the first place for the AI to try to extract.
Doesn’t GitHub copilot already do this?
If it does, I haven’t seen it… I’d be happy to test drive it.