top of page

Free & Open-source Git client for macOS minimalists

Updated: May 3, 2023

Commit is a lightweight Git client you can open from anywhere any time you’re ready to commit your work with a single keyboard shortcut. It’s fast, beautiful, and completely unnecessary.

Update Apr 6, 2023

Commit message suggestions

In the latest release, I've added support for commit messages and description suggestions via an integration with OpenAI. Commit looks at all of your changes, and feeds that into the machine with a bit of prompt-tuning to get back a commit message that does a surprisingly good job at describing the intent of your changes.

It's also been a pretty helpful way to remind myself what the hell I was working on at the end of the day yesterday when I get back to my computer and realize I didn't commit any of my work.

Improvements

  • Added commit message and description suggestions powered by OpenAI

  • Fixed race condition that could sometimes leave you in a broken rebase state

  • Improved active project detection to try and ignore file changes triggered by the system instead of the user

  • Fixed bug that sometimes reported the wrong number of changed files

Update 17, 2023

Project configuration files

I've added support for creating per-project .commitrc files that override your global settings for that particular project. Went with YAML for these because personally I'm sick of quoting keys in JSON all the time, or accidentally leaving in a trailing comma.

Improvements

  • Added per-project .commitrc configuration files

  • Improved performance when working with projects with large binary files

  • Fixed a bug that could cause Commit to crash when autocommitting after deleting a recently active branch

Update Mar 6, 2023

Dark mode support

I released this thing last week hoping a couple of people would say "awesome job" and make me feel good about what I'd built but instead I just got a ton of people shaming me on Twitter for being such a horrible person for only shipping a light UI.

Improvements

  • Added dark mode support

  • Improved input field responsiveness when writing a commit message in a project with a large number of changed files

  • Made keyboard shortcut for opening the Commit window customizable

  • Deleted Twitter account

Update Mar 3, 2023

Commit v0.1.0

Commit is a command palette-style Git client you can pull up from anywhere with a keyboard shortcut that makes it really easy to commit your work. It uses the "last modified" timestamp of the files in all of your projects to automatically know which project you're in the middle of working on, so any time you pull up the UI it's already got the right project selected — you just have to type your commit message, hit Cmd + Enter and your changes are captured.

I'd be lying if I really thought this was that useful but I was looking for an excuse to learn macOS development and here we are. It's open source at least so maybe you can find something interesting in the code even if the app itself is a total waste of hard drive space.




45 views0 comments

Related Posts

See All
Stationary photo

Be the first to know

Subscribe to our newsletter to receive news and updates.

Thanks for submitting!

Follow us
bottom of page