Add git-absorb and git-autofixup

This commit is contained in:
FrontAid CMS 2022-01-26 22:14:23 +01:00 committed by GitHub
parent c7517f383a
commit 985c74faf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,8 @@ Feel free to contribute.
## Undo/Fixup
* [BFG Repo-Cleaner](https://github.com/rtyley/bfg-repo-cleaner) - Removes large or troublesome blobs.
* [git revise](https://github.com/mystor/git-revise) - Tool for doing efficient in-memory commit rebases & fixups.
* [git-absorb](https://github.com/tummychow/git-absorb) - git commit --fixup, but automatic.
* [git-autofixup](https://github.com/torbiak/git-autofixup/) - Create fixup commits for topic branches.
* [git-fixup](https://github.com/keis/git-fixup) - Fighting the copy-paste element of your rebase workflow.
* [gitjk](https://github.com/mapmeld/gitjk) - Undo what you just did in git.