We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f4d813 + f895d4f commit f61c876Copy full SHA for f61c876
book/02-git-basics/sections/undoing.asc
@@ -122,7 +122,7 @@ You can see that the changes have been reverted.
122
[IMPORTANT]
123
=====
124
It's important to understand that `git checkout -- <file>` is a dangerous command.
125
-Any changes you made to that file are gone – you just copied another file over it.
+Any changes you made to that file are gone – Git just copied another file over it.
126
Don't ever use this command unless you absolutely know that you don't want the file.
127
128
0 commit comments