Skip to content

Commit

Permalink
Update git-quiz.md (#7022)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxkd authored May 23, 2024
1 parent 5a96fdb commit fee2590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/git-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ modified: beta-notes.js

`git rm --cached testfile.js`

- [ ] testfile.js will be removed from the staging area and its changes no longer tracked.
- [x] testfile.js will be removed from the staging area but its changes will still be tracked.
- [x] testfile.js will be removed from the staging area and its changes no longer tracked.
- [ ] testfile.js will be removed from the staging area but its changes will still be tracked.
- [ ] A copy of testfile.js will be cached on your desktop.
- [ ] The current copy of testfile.js will be saved in the staging area.

Expand Down

0 comments on commit fee2590

Please sign in to comment.