|
|
|
|
|
by durazabu
972 days ago
|
|
The index and the staging area are not the same thing. If you define staging area as what will be committed, then the staging area is only one part of the index. The index also records untracked files and conflicts for example. https://git-scm.com/docs/index-format |
|