agilob@programming.dev to Programming@programming.devEnglish · 1 year agoConfusing git terminologyjvns.caexternal-linkmessage-square4fedilinkarrow-up162arrow-down11cross-posted to: [email protected]
arrow-up161arrow-down1external-linkConfusing git terminologyjvns.caagilob@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square4fedilinkcross-posted to: [email protected]
minus-squarenavi@lemmy.tespia.orglinkfedilinkarrow-up13·1 year agoOne 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.
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.