Remix.run Logo
Rover222 6 hours ago

I do almost no direct git work myself these days. Using claude in Conductor. Working on a team. I'll tell claude what do do in git sometimes, but there doesn't seem to be much need to do it myself anymore, even with complicated rebases, reflogs, etc.

ramon156 4 hours ago | parent [-]

I'd advise to do what you're doing, but to check the commands it runs and figuring out why it does these things. The first step is usally "what does git [command] do?" followed by `man git-[command]` and see what it does.

That way you're still "blazingly-fast with your SOTA-LLM!!!" while also understanding why :)