File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
book/01-introduction/sections Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,6 @@ The basic Git workflow goes something like this:
1031033. You do a commit, which takes the files as they are in the staging area and stores that snapshot permanently to your Git directory.
104104
105105If a particular version of a file is in the Git directory, it's considered committed.
106- If it's modified but has been added to the staging area, it is staged.
106+ If it has been modified and was added to the staging area, it is staged.
107107And if it was changed since it was checked out but has not been staged, it is modified.
108108In <<_git_basics_chapter>>, you'll learn more about these states and how you can either take advantage of them or skip the staged part entirely.
You can’t perform that action at this time.
0 commit comments