git-absorb
Change fixer
Automates fixing bugs in feature branches by identifying and merging changes into existing commits
git commit --fixup, but automatic
5k stars
23 watching
72 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
gitrebase
Related projects:
Repository | Description | Stars |
---|---|---|
jesseduffield/lazygit | A tool that simplifies Git interactions by providing an interactive and intuitive terminal interface | 54,158 |
frostming/legit | A command-line Git client inspired by GitHub for Mac, designed to simplify Git workflows for both beginners and experienced users. | 5,701 |
git-up/gitup | An alternative Git interface designed to simplify and streamline the Git workflow for developers of all levels | 11,546 |
commitizen-tools/commitizen | Automates committing and versioning in software projects | 2,581 |
tpope/vim-fugitive | A plugin that integrates Git into Vim, allowing users to call arbitrary Git commands and manage their repository within the editor. | 20,152 |
presslabs/gitfs | A FUSE-based file system that integrates with git to automatically commit changes to remote repositories. | 2,503 |
git/git | Distributed revision control system with a rich command set. | 52,873 |
jisaacks/gitgutter | Displays git diff information in the Sublime Text gutter | 3,876 |
orhun/git-cliff | Automatically generates changelogs from Git commit history following Conventional Commit specifications. | 9,419 |
gittools/gitversion | Automates versioning in .NET applications by analyzing Git history and generating SemVer versions | 2,889 |
arc90/git-sweep | Tool for safely removing unwanted Git branches from a remote repository after they've been merged into master | 2,561 |
nutlope/aicommits | Generates commit messages with AI assistance during the development process | 8,048 |
zurawiki/gptcommit | Automates generating clear commit messages with the help of a large language model | 2,343 |
rtyley/bfg-repo-cleaner | A tool that removes large or troublesome blobs from Git repositories | 11,224 |
airblade/vim-gitgutter | A Vim plugin that shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks. | 8,381 |