git-dit is a distributed issue tracker in/for git, currently implemented as proof-of-concept in Bash. It does explicitely not store any "structured data" like JSON, YAML or such, but simply uses git commit messages for issue messages. | It is a highly customizable Changelog Generator that follows Conventional Commit specifications. It can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format. |
| - | Highly customizable Changelog Generator;
Follows Conventional Commit specifications |
Statistics | |
GitHub Stars - | GitHub Stars 11.0K |
GitHub Forks - | GitHub Forks 257 |
Stacks 0 | Stacks 1 |
Followers 7 | Followers 3 |
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.
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!

A humane, intuitive interface for Git and other version control systems. Hug transforms complex and forgettable Git commands into a simple, predictable language that feels natural to use, keeping you focused on your code, not on wrestling with version control.

pre-commit checks your code for errors before you commit it. pre-commit is configurable.