this post was submitted on 24 Sep 2024
570 points (99.1% liked)

Programming

17416 readers
79 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

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)
you are viewing a single comment's thread
view the rest of the comments
[–] CluelessLemmyng@lemmy.sdf.org 18 points 1 month ago (25 children)

I need this poster or canvas printed so I can hang it on my office wall...

[–] EatATaco@lemm.ee 9 points 1 month ago (19 children)

Why not just use a gui? I don't need something hanging on my wall because it's all just easy clicking around. And when I do want to use the cli, it's very easy to bring up.

[–] nous@programming.dev 6 points 1 month ago (11 children)

GUIs tend to only cover the common/basic usage. Which is easy to remember without a cheat sheet. When you need more advanced stuff then GUIs tend to become more of a sticking point I find. And with common workflows it is far easier to automate with the CLI then with a GUI.

[–] drathvedro@lemm.ee 4 points 1 month ago

Any half-decent GUI should cover everything shown in this cheatsheet. You'd have to do quite some voodoo witchcraft to need CLI these days. It's actually the reverse sometimes, when my terminal bretheren complain that I do too much witchcraft when I'm just tidying stuff up with a GUI.

load more comments (10 replies)
load more comments (17 replies)
load more comments (22 replies)