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
71 forks
Language: Rust
last commit: 20 days 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 | 53,391 |
frostming/legit | A command-line Git client inspired by GitHub for Mac, designed to simplify Git workflows for both beginners and experienced users. | 5,706 |
git-up/gitup | An alternative Git interface designed to simplify and streamline the Git workflow for developers of all levels | 11,534 |
commitizen-tools/commitizen | Automates version updates and changelog generation for software projects | 2,525 |
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,082 |
presslabs/gitfs | A FUSE-based file system that integrates with git to automatically commit changes to remote repositories. | 2,495 |
git/git | A fast and scalable distributed revision control system with an unusually rich command set. | 52,618 |
jisaacks/gitgutter | Displays git diff information in the Sublime Text gutter | 3,877 |
orhun/git-cliff | Automatically generates changelogs from Git commit history following Conventional Commit specifications. | 9,303 |
gittools/gitversion | Automates versioning in .NET applications by analyzing Git history and generating SemVer versions | 2,867 |
arc90/git-sweep | Tool for safely removing unwanted Git branches from a remote repository after they've been merged into master | 2,553 |
nutlope/aicommits | Generates commit messages with AI assistance during the development process | 7,975 |
zurawiki/gptcommit | Automates generating clear commit messages with the help of a large language model | 2,332 |
rtyley/bfg-repo-cleaner | A tool that removes large or troublesome blobs from Git repositories | 11,153 |
airblade/vim-gitgutter | A Vim plugin that shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks. | 8,373 |