Skip to content

Commit 024a3a0

Browse files
authored
Merge pull request #619 from Fornost461/patch-1
Update undoing.asc
2 parents 19504e0 + 8ac2fc7 commit 024a3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/undoing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You end up with a single commit – the second commit replaces the results of th
3434
[[_unstaging]]
3535
==== Unstaging a Staged File
3636

37-
The next two sections demonstrate how to wrangle your staging area and working directory changes.
37+
The next two sections demonstrate how to work with your staging area and working directory changes.
3838
The nice part is that the command you use to determine the state of those two areas also reminds you how to undo changes to them.
3939
For example, let's say you've changed two files and want to commit them as two separate changes, but you accidentally type `git add *` and stage them both.
4040
How can you unstage one of the two?

0 commit comments

Comments
 (0)