• TwinHaelix@reddthat.com
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      Unfortunately, GitLens is by GitKraken. Seems like they might not restrict it for private repos, though, I’ll check it out.

    • sping@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      9 months ago

      Isn’t there a magit-alike plugin for vscode? I have found it so frustrating working with devs who don’t use magit, because most seem to find slightly more advanced git like squash and fixup and cherry picking to be impossibly hard.

      • Zeth0s@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        edit-2
        9 months ago

        For these reasons, I always push for simple and straightforward workflows and many commits and merges. For many people git remains a mistery also after years working on it. I blame the easy-to-use guis, many people learn 2 buttons to press for a workflow, and they never care learning more

        • sping@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          9 months ago

          I blame the easy-to-use guis

          All the people I’ve worked with seem to use the command line. They just don’t know much beyond “commit everything” and basic push/pull/branch/merge.

          Conversely I learned most of what they don’t know direct from the magit GUI. So I often don’t know the specific command arguments. Not a good thing, but only a problem for communicating what to do to others.

    • jeffhykin@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      This^ plus ungit (especially when things go really bad; e.g. force pull/push) seems to be the current ideal git workflow.

      Hopefully this project will change that though!