Skip to content

Commit a37be32

Browse files
authored
Merge pull request #1588 from ugultopu/patch-1
Fix irregular capitalization
2 parents 2078c0d + 03eeb0f commit a37be32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/reset.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ image::images/reset-ex6.png[]
131131
Now `git status` will give us no output, because all three trees are the same again.
132132

133133
Switching branches or cloning goes through a similar process.
134-
When you checkout a branch, it changes *HEAD* to point to the new branch ref, populates your *index* with the snapshot of that commit, then copies the contents of the *index* into your *working Directory*.
134+
When you checkout a branch, it changes *HEAD* to point to the new branch ref, populates your *index* with the snapshot of that commit, then copies the contents of the *index* into your *working directory*.
135135

136136
==== The Role of Reset
137137

0 commit comments

Comments
 (0)