Skip to content

Commit c114a5f

Browse files
committed
Fix command to unhide README.md and LICENSE
The old command did make the file reappear in the working direcotry but changing them would be compltely ignored by `git status`. This patch fixes that.
1 parent 330fb85 commit c114a5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ rm -f -- ~/README.md ~/LICENSE
4141
You unhide them with the following command.
4242

4343
```sh
44-
dot restore -- ~/README.md ~/LICENSE
44+
dot restore -- ~/README.md ~/LICENSE &&
45+
dot update-index --no-assume-unchanged -- ~/README.md ~/LICENSE
4546
```

0 commit comments

Comments
 (0)