Mubelotix@jlai.lu to Programming@programming.devEnglish · 9 months agoSo You Think You Know Git? - FOSDEM 2024youtu.beexternal-linkmessage-square15fedilinkarrow-up177arrow-down12
arrow-up175arrow-down1external-linkSo You Think You Know Git? - FOSDEM 2024youtu.beMubelotix@jlai.lu to Programming@programming.devEnglish · 9 months agomessage-square15fedilink
minus-squaretechnojamin@lemmy.worldlinkfedilinkarrow-up3·9 months agoThis was a really good talk! I’ve been using git for about a decade, but I learned several new things. Here’s a few: Sorting git log by committer date Speeding up common operations on bigger repos with git maintenance More useful file blame with the -C flag on git blame
This was a really good talk! I’ve been using git for about a decade, but I learned several new things. Here’s a few:
git log
by committer dategit maintenance
-C
flag ongit blame