@canpolat@programming.devM to Git@programming.devEnglish • 1 year agoWhat's the most creative or unconventional use of Git you've encountered?message-square24arrow-up151file-text
arrow-up151message-squareWhat's the most creative or unconventional use of Git you've encountered?@canpolat@programming.devM to Git@programming.devEnglish • 1 year agomessage-square24file-text
minus-squareSwordgeeklinkfedilink3•1 year agoNot very clever or rare, but extremely useful. On my persistent Unix/Linux boxes, I “git branch /etc” as soon as it comes up. Then all of my admin config gets committed whenever it’s changed.
minus-square@metiulekm@sh.itjust.workslinkfedilinkEnglish3•1 year agoHave you tried etckeeper? I haven’t, but it’s supposed to be an improvement over just using git in this usecase.
Not very clever or rare, but extremely useful. On my persistent Unix/Linux boxes, I “git branch /etc” as soon as it comes up. Then all of my admin config gets committed whenever it’s changed.
Have you tried etckeeper? I haven’t, but it’s supposed to be an improvement over just using git in this usecase.