miniblog.

← Back to all posts
43
It seems really odd to me that git uses 'cached' terminology for staging. For example, `git add somefile.rs; git diff --cached`. Caching implies state that you don't mind losing. There's very little state I want to lose in version control!