Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It writes git commit messages for you with AI. It runs git diff to grab all your latest code changes, sends them to OpenAI's GPT-3, then returns the AI-generated commit message. Never write a commit message again. | It helps you migrate your codebase from one language or framework to another. It works by creating a standardized environment (Docker), translating the code of the source project to the target language/framework, creating unit tests against the source project, testing the newly generated codebase against these, and iteratively debugging based on the error messages and logs. |
Runs git diff to grab all your latest code changes;
Sends latest code changes to OpenAI's GPT-3;
Writes git commit messages for you with AI | Open source;
Migrate your codebase from one framework or language to another;
GPT-assisted debugging |
Statistics | |
GitHub Stars 8.7K | GitHub Stars - |
GitHub Forks 449 | GitHub Forks - |
Stacks 1 | Stacks 1 |
Followers 5 | Followers 6 |
Votes 0 | Votes 0 |
Integrations | |

diff-so-fancy builds on the good-lookin' output of git contrib's diff-highlight to upgrade your diffs' appearances.

It is a Git revision control client, implemented as a Windows shell extension and based on TortoiseSVN. It is free software released under the GNU General Public License.

It is a blazing fast terminal-UI for git written in Rust. You can inspect, commit, and amend changes. It has context-based help (no need to memorize tons of hot-keys).

If one of your developers doesn’t have node installed but modifies a JavaScript file, pre-commit automatically handles downloading and building node to run jshint without root. Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the installation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access.

Clean and intuitive UI that makes it easy to understand git.

Simple terminal based sequence editor for git interactive rebase. Written in Node.js, published to npm, uses terminal-kit.

hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier.

It is a generative user interface system by Vercel powered by AI. It generates copy-and-paste friendly React code based on shadcn/ui and Tailwind CSS that people can use in their projects.
Check It Out lets you interactively see and choose what branch you want to check out without the hassle of trying to type out a long or confusing branch name. Checking out branches just got even simpler!

It is an AI-enabled editor that helps developers write technical design docs faster. It’s like an IDE with Copilot, but instead of directly editing your code, it helps you come up with a solid plan before implementing a change.