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 e61c33e + 1f0cf3f commit c337c6aCopy full SHA for c337c6a
book/02-git-basics/sections/recording-changes.asc
@@ -521,7 +521,7 @@ Changes to be committed:
521
----
522
523
The next time you commit, the file will be gone and no longer tracked.
524
-If you modified the file and added it to the index already, you must force the removal with the `-f` option.
+If you modified the file and added it to the staging area already, you must force the removal with the `-f` option.
525
This is a safety feature to prevent accidental removal of data that hasn't yet been recorded in a snapshot and that can't be recovered from Git.
526
527
Another useful thing you may want to do is to keep the file in your working tree but remove it from your staging area.
0 commit comments