From e57deb813a61e3a20600f13215dc8d43d1812588 Mon Sep 17 00:00:00 2001 From: Alan Wong Date: Fri, 26 Apr 2024 15:00:01 -0700 Subject: [PATCH 1/2] Add GitButler as a Git client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b6f271..5205449 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Git Clients - [GitBrain](https://gitbrain.dev/) — Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. +- [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity ## Assistants From 0cc115a5eedba98ab5184143d5bf1f58cad8b00f Mon Sep 17 00:00:00 2001 From: Alan Wong Date: Mon, 17 Jun 2024 10:36:25 -0700 Subject: [PATCH 2/2] Clarify AI usage for GitButler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5205449..5fd996a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Git Clients - [GitBrain](https://gitbrain.dev/) — Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. -- [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity +- [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity for generating conventional commit messages. ## Assistants