• gamer@lemm.ee
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    1 day ago

    There’s nothing ‘archaic’ about git’s CLI. I think you might just be opposed to CLI’s in general, which is fine for a regular computer user, but paints a grim picture of your competency if you’re a developer.

    • WhatsTheHoldup@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      That seems unnecessarily harsh.

      I find the built in controls with visual studio supremely convenient.

      After using git init --bare for the remote repo I use the built in git controls for branching and switching out as well as syncing and pushing. Why not, the button is right there and it’s literally faster.

      • Scary le Poo@beehaw.org
        link
        fedilink
        arrow-up
        6
        ·
        1 day ago

        The difference is that PRESUMABLY you aren’t utterly dependent upon it. If vscode utterly fucks your repo with a shit command, you’ll not really have any trouble fixing it. That’s the huge difference. The point is not that all GUI controls are always bad all of the time, the point is that you need to know what the hell you are doing in git as a basic tenant of developer competency.