From 03eeb0f5ed2b3cd268b57e6b560cfe84ca621d61 Mon Sep 17 00:00:00 2001 From: ugultopu Date: Thu, 7 Jan 2021 14:28:44 -0500 Subject: [PATCH] Fix irregular capitalization --- book/07-git-tools/sections/reset.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/07-git-tools/sections/reset.asc b/book/07-git-tools/sections/reset.asc index 05735f317..bb4c01b5d 100644 --- a/book/07-git-tools/sections/reset.asc +++ b/book/07-git-tools/sections/reset.asc @@ -131,7 +131,7 @@ image::images/reset-ex6.png[] Now `git status` will give us no output, because all three trees are the same again. Switching branches or cloning goes through a similar process. -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*. +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*. ==== The Role of Reset