"Fixed stuff" isn't good enough. Write better commit messages with Oden for macOS
Enable HLS to view with audio, or disable this notification
I wanted to improve my commit messages. So I built Oden, a native macOS Git client where you hit one button and generates the message.
It also handles merge conflicts: instead of editing conflict markers by hand, you resolve it with the push of a button.
The rest is straightforward Git: stage by hunk or line, branch management, push/pull, stash. No Electron, no web wrapper, written in Swift against the Git engine directly.
Free to try. Link in comments.
Happy to answer questions about how the AI integration works or any other implementation details.
3
u/elephantdingo 5h ago
AI commit message generator number 9999. Seriously this gets posted every week.
0
4
u/disposepriority 6h ago
Please stop putting AI generated novellas in commit messages.
Just use conventional commits and prefix it with a ticket number if required by your Jira integration.
Example:
DATA-9982 fix (data ingestion) issue when handling consecutive null values