Comment on Confusing git terminology
navi@lemmy.tespia.org 1 year ago
One of the best things I did for my git usage was ditch a gui like SourceTree.
It’s far too easy for it to run an action that is actually running a series of commands under the hood and have git get stuck in the middle somewhere.
I still use gui tools (git extensions) for staging and reverting, but everything else is cli.