minus-squareflying_sheep@lemmy.mltoProgrammer Humor@programming.dev•GOD DAMMIT STEVEN! NOT AGAIN!linkfedilinkarrow-up0·1 year agoNo, don’t do that. That modifies the commit hashes, so tags no longer work. git clone --filter=blob:none is where it’s at. linkfedilink
No, don’t do that. That modifies the commit hashes, so tags no longer work.
git clone --filter=blob:none
is where it’s at.