While reading how to use Git, I found a lot of different names for git index
.
They were:
directory cache
current directory cache
staging files
staging area
How come there are so many options to name exactly one thing?
How I should to name it to not to confuse my future interlocutors whose backgrounds I do not know?
From my experience, the most commonly used term is Staging Area
.
Evidence:
Staged
and Unstaged
in the Git system when performing git
commands.Staging Area
.Staging Area
.