| ▲ | bloody-crow 2 hours ago | |
I've never seen a GUI that could do anything git faster than me just doing CLI stuff in my terminal. Not even close. > What do you mean with "manually"? I type `git rebase -i head~15`, I select the commits I want to include, rearrange lines manually, mark the ones that I want to edit, squash, or reword. I save the buffer, exit, git starts giving me individual commits to edit/reword, so I edit chunks for manually type in the reworded messages etc These days I just tell LLM what I want and it does git for me as a byproduct and it looks more or less the way I want, except with like 1% typing on my part and 100x times faster. | ||