22
Introduction - Steve's Tutorial on jujutsu, an alternative front-end to git
(steveklabnik.github.io)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I would be curious to know in which specific cases people which have experience with using both think plain git is still better.
In my experience, when using jujutsu it can be necessary to use git commands to access repos via ssh, vpn and such. Also, jujutsu ignores git submodules, so one has to do submodule operations with git (but I think that culturally, using submodules most often is not such a good idea).
I don't have experience with Jujutsu, but I always have the same problem with these alternative frontends, which is that I'd still want to be proficient with the original. If you need to look up how to fix something or you want to help others in your team or you want to script something, then the language to speak is simply the Git CLI.
And I don't feel like I even use the Git CLI enough where a different tool could be so much better that it's worth learning both.
Obviously, your priorities may differ, but yeah, that's just always the reason for me why I prefer the Git CLI, even if it were objectively more difficult to use.