Skip to content

Instantly share code, notes, and snippets.

View tavianator's full-sized avatar
💭
𝒪(𝑛) things to do, 𝒪(lg 𝑛) time to do them

Tavian Barnes tavianator

💭
𝒪(𝑛) things to do, 𝒪(lg 𝑛) time to do them
View GitHub Profile
@jyn514
jyn514 / git redesign.md
Last active April 27, 2023 04:28
vague scribbles about how to make git easier to use

Git redesign

  • all repos start with a blank initial commit, no more "does not have any commits yet" errors

  • git commit foo should just work for new files, no more making people run git add first lol

  • no fucking perl scripts lmfao

    • better perf
    • git on windows is less horrifically cursed