On Tue, Aug 12, 2025 at 1:35 PM Julia Evans via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > +TERMINOLOGY NOTE > +---------------- > + > +Git uses the terms "staging area", "index" and "cache" interchangeably > +for historical reasons. Many commands have flags like `--staged`, > +`--index`, or `--cached`, and they all refer to the index. > + I think this is also a good idea. Unfortunately, `git apply` has two different meanings for `--index` vs `--cached` (I believe it's the *only* exception to the "means the same thing" rule...). Chris