Changed the order of the Stages of Git

This commit is contained in:
Avjinder Singh Sekhon 2015-06-03 03:02:38 +05:30
parent 4ad948dc34
commit 628a4ccfc2

View File

@ -80,9 +80,9 @@ HEAD is a pointer that points to the current branch. A repository only has 1 *ac
head is a pointer that points to any commit. A repository can have any number of heads. head is a pointer that points to any commit. A repository can have any number of heads.
###Stages of Git ###Stages of Git
* Committed - Files have been committed to the Git Database
* Modified - Changes have been made to a file but file has not been committed to Git Database yet * Modified - Changes have been made to a file but file has not been committed to Git Database yet
* Staged - Marks a modified file to go into your next commit snapshot * Staged - Marks a modified file to go into your next commit snapshot
* Committed - Files have been committed to the Git Database
### Conceptual Resources ### Conceptual Resources