From 985c74faf17bbd19348480c7bc1430072eed2c90 Mon Sep 17 00:00:00 2001 From: FrontAid CMS <56605536+frontaid@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:14:23 +0100 Subject: [PATCH] Add git-absorb and git-autofixup --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b33a793..dd6bc91 100644 --- a/README.md +++ b/README.md @@ -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.