Git commands
Submitted by uday on October 29, 2019 - 8:44pmThe Three States
|
Git Directory |
The .git directory is where Git stores the metadata and object database for the repository |
|
Working Directory |
A copy of one version of the git project, taken from compressed database in the .git directory |
|
Staging Area/Index |
Technology: