Skip to content

Commit 8ac2fc7

Browse files
author
Fornost461
authored
Update undoing.asc
“wangle” –> “work with”
1 parent e206626 commit 8ac2fc7

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 wangle 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)