seahorse [Ohio]@midwest.social to Programmer Humor@lemmy.mlEnglish · 2 years agoI'm going to sit down and actually learn git this weekmidwest.socialimagemessage-square63linkfedilinkarrow-up11.15K
arrow-up11.12KimageI'm going to sit down and actually learn git this weekmidwest.socialseahorse [Ohio]@midwest.social to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square63linkfedilink
minus-squarelily33@lemm.eelinkfedilinkarrow-up21·2 years agoLearning git is very easy. For example, to do it on Debain, one simply needs to run, sudo apt install lazygit
minus-squareKata1yst@kbin.sociallinkfedilinkarrow-up18·2 years agoLazyGit 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?’
minus-squareBipta@kbin.sociallinkfedilinkarrow-up2·2 years agoWow this looks great. Amend an old commit dealing with a rebase? Sign me up!
minus-squarejcg@halubilo.sociallinkfedilinkarrow-up1·edit-22 years agoI’d still probably prefer the usual CLI for setup, commits, pushes etc. but this looks like a godsend for any branching/rebasing operations!
minus-squarelily33@lemm.eelinkfedilinkarrow-up1·edit-22 years agoThe 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.
minus-squareAlex@lemmy.mllinkfedilinkarrow-up1·2 years agoIs this what people who haven’t been introduced to #magit use?
minus-squarelily33@lemm.eelinkfedilinkarrow-up1·2 years agoNever tried magit, but it doesn’t matter. It couldn’t possibly be good enough to be worth using an inferior editor.
Learning git is very easy. For example, to do it on Debain, one simply needs to run,
sudo apt install lazygit
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?’
Wow this looks great. Amend an old commit dealing with a rebase? Sign me up!
I’d still probably prefer the usual CLI for setup, commits, pushes etc. but this looks like a godsend for any branching/rebasing operations!
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
.Is this what people who haven’t been introduced to #magit use?
Never tried magit, but it doesn’t matter. It couldn’t possibly be good enough to be worth using an inferior editor.