1273
you are viewing a single comment's thread
view the rest of the comments
[-] lily33@lemm.ee 26 points 11 months ago

Learning git is very easy. For example, to do it on Debain, one simply needs to run, sudo apt install lazygit

[-] Kata1yst@kbin.social 25 points 11 months ago

LazyGit may actually be black magic from Satan to tempt programmers into sin. And to that I say: 'where is a goat I can sacrifice to my dark lord?'

[-] Bipta@kbin.social 3 points 11 months ago

Wow this looks great. Amend an old commit dealing with a rebase? Sign me up!

[-] zalgotext@sh.itjust.works 5 points 11 months ago* (last edited 11 months ago)

git rebase -i origin/main (or whatever branch you're rebasing on), then read the instructions that come up in the editor window

[-] corytheboyd@kbin.social 10 points 11 months ago* (last edited 11 months ago)

Read… instructions? I love teaching people that git very often prints out what you should do next.

git: “to continue, resolve conflicts, add files, and run rebase —continue”
dev: …time to search stack overflow

All that said… just use lazygit. It does help to know CLI git first to put things in context, but if you do, no need to punish yourself every day by not using a UI.

[-] jcg@halubilo.social 1 points 11 months ago* (last edited 11 months ago)

I'd still probably prefer the usual CLI for setup, commits, pushes etc. but this looks like a godsend for any branching/rebasing operations!

[-] lily33@lemm.ee 1 points 11 months ago* (last edited 11 months ago)

The ease with which I can only commit separate hunks with lazygit has ensured I use it for commits, too. And once I've opened it to do the commit, I may as well also press P.

[-] stsquad@lemmy.ml 1 points 11 months ago

Is this what people who haven't been introduced to #magit use?

[-] lily33@lemm.ee 1 points 11 months ago

Never tried magit, but it doesn't matter. It couldn't possibly be good enough to be worth using an inferior editor.

this post was submitted on 09 Nov 2023
1273 points (98.3% liked)

Programmer Humor

32201 readers
28 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS