git-fixup icon indicating copy to clipboard operation
git-fixup copied to clipboard

Fighting the copy-paste element of your rebase workflow.

Results 7 git-fixup issues
Sort by recently updated
recently updated
newest added

Thanks for creating such an awesome utility! I'm already enjoying using it. 🙂 Here's what my menu looks like so far: One thing I would love to change is the...

sometimes there are repeated commit messages, so would be nice to know which one is newer ``` 5) fc369bf2e393cf18be5c300ca8b78fb54617074f [L] update composer dependencies ```

As `git-fixup` is a wrapper of another utility, extra arguments should be passed to `git-commit`. Currently, I have to wrap them in quotes: `git fixup "HEAD -a"`.

should support tab completion in the other shell

help wanted

Fixup or squash commits are already ignored in fixup_candidates_files, do that in fixup_candidates_lines as well.

This is a great tool that I had waiting to have for last couple of years. Thanks! What I currently see is the following: 1. I make a change with...

Starting with git 2.44 `--interactive` is no longer needed for autosquash to work https://github.blog/2024-02-23-highlights-from-git-2-44/