0
votes
1answer
139 views

Reasoning for git's staging (index) area?

I'm looking for the reasoning behind invention of the staging/index area in git. This seems to be an extra step compared to other revision control systems. There must be a good reason for it. That's ...