mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
Changed the order of the Stages of Git
This commit is contained in:
parent
4ad948dc34
commit
628a4ccfc2
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user