Remix.run Logo
bulbar an hour ago

What do you mean with "manually"? Did you type complex commands by hand? Simple commands or using an GUI is faster than explaining an AI what you want to do, no?

bloody-crow an hour ago | parent | next [-]

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.

meerita an hour ago | parent | prev [-]

I doubt you can beat a skill command. It's just /my-skill-do-the-job and that's it.