• Kresten@feddit.dk
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 month ago

    It promotes use of git checkout -b instead of git switch -c :/

    It’s also buggy, since it doesn’t actually check the end state of the repository, just that the correct input has been made at some point

    • TehPers@beehaw.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 month ago

      I’m trying to read up on the differences, but is git switch basically just a newer version of git checkout for changing branches? I haven’t had any issues with git checkout before so I’m not sure why it would be an issue.