Skip to content

Commit 627a110

Browse files
committed
Merge pull request #337 from mvdw/patch-1
There is no contradiction, so no "but".
2 parents 58dda9a + bb24434 commit 627a110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/basics.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ The basic Git workflow goes something like this:
103103
3. 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

105105
If 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.
107107
And if it was changed since it was checked out but has not been staged, it is modified.
108108
In <<_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.

0 commit comments

Comments
 (0)