Jujutsu—a version control system
Jujutsu is a powerful version control system for software projects. You use it to get a copy of your code, track changes to the code, and finally publish those changes for others …
Jujutsu is a powerful version control system for software projects. You use it to get a copy of your code, track changes to the code, and finally publish those changes for others …
git-cliff: A highly customizable changelog generator. git-cliff 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.
What does chezmoi do and why should I use it? chezmoi helps you manage your personal configuration files (dotfiles, like ~/.gitconfig) across multiple machines. chezmoi is helpful if you have spent …
forgit: This tool is designed to help you use git more efficiently. It’s lightweight and easy to use. Interactive git diff viewer (gd) Interactive git reset HEAD <file> selector (grh) Interactive git checkout <file> selector (gcf) Interactive git checkout <branch> selector (gcb) Interactive git checkout <commit> selector (gco) …
gitsigns.nvim: Super fast git decorations implemented purely in lua/teal. Features Signs for added, removed, and changed lines Asynchronous using luv Navigation between hunks Stage hunks (with undo) Preview diffs of hunks …
gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.