You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/02-git-basics/sections/undoing.asc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You end up with a single commit – the second commit replaces the results of th
34
34
[[_unstaging]]
35
35
==== Unstaging a Staged File
36
36
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.
38
38
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.
39
39
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.
0 commit comments