- S to automatically split all hunks
- G to set a global filter on hunks to show
- A to automatically accept all hunks (after auto-splitting and global filter are applied)
1–10 of 45 posts
- S to automatically split all hunks
- G to set a global filter on hunks to show
- A to automatically accept all hunks (after auto-splitting and global filter are applied)
I knew that you could place a `git-xyz` executable and you can call it as `git xyz`. I didn't know you could do it with flags !?!
A small video or some screenshots would help a lot. If you can record interactivity with ascii-cinema, that will be even better.
I think it’ll fit nicely alongside scmpuff which I’ve been using for years (and at this point refuse to ever give it up): https://github.com/mroth/scmpuff
Congratulations on publishing this. I use `git add -p` quite a lot, and this project looks interesting! I knew that you could place a `git-xyz` executable and you can call it as `git xyz`. I didn't know you could do it with flags !?! A small video or some screenshots would help a lot. If you can record interactivity with ascii-cinema, that will be even better.
lazygit (of course): https://github.com/jesseduffield/lazygit
git-machete: https://github.com/VirtusLab/git-machete
rebase-editor: https://github.com/sjurba/rebase-editor
Congratulations on publishing this. I use `git add -p` quite a lot, and this project looks interesting! I knew that you could place a `git-xyz` executable and you can call it as `git xyz`. I didn't know you could do it with flags !?! A small video or some screenshots would help a lot. If you can record interactivity with ascii-cinema, that will be even better.
I always love to see these little git extensions. For anyone else interested in this stuff, here are some others I like: lazygit (of course): https://github.com/jesseduffield/lazygit git-machete: https://github.com/VirtusLab/git-machete rebase-editor: https://github.com/sjurba/rebase-editor
Question: why not send this to the Git mailing list, and hopefully get this in upstream?