From ec7c92013dbbb2ed383b8c61e6ff321e64a9ff05 Mon Sep 17 00:00:00 2001 From: Kiwhan Song Date: Wed, 13 Dec 2023 14:36:30 -0500 Subject: [PATCH 1/2] Add GitBrain --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8590845..f416d49 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to assist developers in tasks such as code completion, refactoring, debugging, documentation, and more. - [IDEs](#ides) +- [Git clients](#git-clients) - [Assistants](#assistants) - [Shell assistants](#shell-assistants) - [Agents](#agents) @@ -24,6 +25,10 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [CodeStory](https://codestory.ai/) — An IDE with chat, code explanations, auto-generated commits and PR summaries. Forked from VSCodium. - [GitWit](https://gitwit.dev/) — Web-based editor for building ReactJS applications with AI. +## 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 + ## Assistants **Web-based:** From 24e558dc8a127b0d1bcc3499a81e15be7da5efab Mon Sep 17 00:00:00 2001 From: Kiwhan Song Date: Wed, 13 Dec 2023 14:37:08 -0500 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f416d49..8cb695f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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 +- [GitBrain](https://gitbrain.dev/) - Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. ## Assistants