Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LA
Posts
1
Comments
114
Joined
2 yr. ago

  • Because git doesn’t require, but could definitely benefit from, empty initial commits, my go-to is:

     shell
        
    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

  • I assumed it would be a little like New York’s junior senator, Kirsten Gillibrand? She was someone most New Yorkers had never heard of, but when Senator Hillary Clinton vacated the seat, Gillibrand was assigned to it by then-governor and thus has never, and will never, run in a competitive election.