summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAvjinder Singh Sekhon <avisekhon@gmail.com>2015-06-03 03:02:38 +0530
committerAvjinder Singh Sekhon <avisekhon@gmail.com>2015-06-03 03:02:38 +0530
commit628a4ccfc2d55de69a55622c9cd8a0d9d7819013 (patch)
treea41e7f6ab870294f46a9af2dca21a6fb2522f7a0
parent4ad948dc34a371553878b3342fa4c0c78a2abc0f (diff)
Changed the order of the Stages of Git
-rw-r--r--git.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index 1b83e3a3..4bbc58e7 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -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.
###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
* Staged - Marks a modified file to go into your next commit snapshot
+* Committed - Files have been committed to the Git Database
### Conceptual Resources