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.
1 parent 89ed85e commit c2e55c5Copy full SHA for c2e55c5
book/02-git-basics/sections/undoing.asc
@@ -121,7 +121,7 @@ You can see that the changes have been reverted.
121
122
[IMPORTANT]
123
=====
124
-It's important to understand that `git checkout -- [file]` is a dangerous command.
+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.
126
Don't ever use this command unless you absolutely know that you don't want the file.
127
0 commit comments