agilob@programming.dev to Programming@programming.devEnglish · 1 year agoConfusing git terminologyjvns.caexternal-linkmessage-square4fedilinkarrow-up160arrow-down11cross-posted to: git@programming.devhackernews@lemmy.smeargle.fanshackernews@derp.foo
arrow-up159arrow-down1external-linkConfusing git terminologyjvns.caagilob@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square4fedilinkcross-posted to: git@programming.devhackernews@lemmy.smeargle.fanshackernews@derp.foo
minus-squarenavilinkfedilinkarrow-up12·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.