63
Confusing git terminology
(jvns.ca)
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
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.