Git cheat sheets are a dime-a-dozen but I think this one is awfully concise for its scope.

  • Visually covers branching (WITH the commands – rebasing the current branch can be confusing for the unfamiliar)
  • Covers reflog
  • Literally almost identical to how I use git (most sheets are either Too Much or Too Little)
  • Cyno@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 days ago

    When you need more advanced stuff then GUIs tend to become more of a sticking point I find

    What’s stopping you just opening the terminal in those rare cases? For 99% of my daily needs I’m good with a good GUI

    • nous@programming.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 days ago

      Typically because you have been leaning on the GUI for ages and don’t know the CLI well enough to do the easy stuff quickly let alone the advanced stuff at all. Or are even aware of what you can do with the CLI. And if you do know the CLI well enough you tend to find it just faster to work with and easier to automate things.

      • Cyno@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        7 days ago

        How will manually retyping git pull or checkout 30+ times a day, or using the terminal log instead of a nice GUI with VSCode integration, teach me to solve other complicated issues? I just don’t really see the benefit of struggling for most of the time for something that might or might not happen later