Arthur Besse@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoZeroVer: Cutting-edge software versioning for minimalists0ver.orgexternal-linkmessage-square7fedilinkarrow-up163arrow-down14
arrow-up159arrow-down1external-linkZeroVer: Cutting-edge software versioning for minimalists0ver.orgArthur Besse@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square7fedilink
minus-squarelars@lemmy.worldlinkfedilinkarrow-up2·edit-21 year agoBecause git doesn’t require, but could definitely benefit from, empty initial commits, my go-to is: git init git commit -m='🌳 root commit' --allow-empty git tag v0.0.0 -am='' git add -A git commit -m='✨ initial commit' git tag v0.0.1 -am='' which is completely Nver- and Y2K-compliant
Because git doesn’t require, but could definitely benefit from, empty initial commits, my go-to is:
which is completely Nver- and Y2K-compliant