|
|
|
|
|
by hibbelig
2173 days ago
|
|
For me, personally, tig is the sweet spot. It shows me the output of "git status", I can select the files I want, and then commit them. There is also lazygit, it's kind of similar, but different. https://github.com/jonas/tig |
|
Another feature I really like with fugitive is :Ggrep which runs a git grep and returns the result in the quickfix list.