bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.3k stars 42 forks source link

feat: add git add --patch interactive command #53

Closed iloveitaly closed 12 months ago

iloveitaly commented 12 months ago

I use --patch quite a lot when doing commits. This adds patch support as a separate command.

bigH commented 12 months ago

lgtm!