Changed "will have" to "has" on line 27 (#29950)

change from future to present tense, as it is more proper.
This commit is contained in:
Soumil Datta
2019-01-01 11:31:51 -06:00
committed by Christopher McCormack
parent 2f44ff860d
commit a8139f0388

View File

@ -24,7 +24,7 @@ When Git is initialized in a project directory, it begins tracking file changes
- [More Information](#more-information) - [More Information](#more-information)
### Understand the Three Sections of a Git Project <a name="understand-the-three-sections-of-a-git-project"></a> ### Understand the Three Sections of a Git Project <a name="understand-the-three-sections-of-a-git-project"></a>
A Git project will have the following three main sections: A Git project has the following three main sections:
1. Git directory 1. Git directory
2. Working directory (or working tree) 2. Working directory (or working tree)
3. Staging area 3. Staging area