Skip to content

Commit 1c23d34

Browse files
authored
Merge pull request #215 from arnabnandy7/add-tips-python-env
Fix:git checkout -- <file_name> is incorrect #177
2 parents 8891620 + a67bf7c commit 1c23d34

File tree

4 files changed

+7
-364
lines changed

4 files changed

+7
-364
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ git tag -d <tag-name>
334334
git push origin :refs/tags/<tag-name>
335335
```
336336

337-
## Undo local changes with the last content in head
337+
## Undo local changes with the content in index(staging)
338338
```sh
339339
git checkout -- <file_name>
340340
```

package-lock.json

+4-361
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"doxie.inject": "^0.1.1",
3434
"doxie.output": "^0.3.0",
3535
"doxie.render": "^0.3.0",
36-
"husky": "^0.8.1"
36+
"husky": "^5.0.9"
3737
}
3838
}

0 commit comments

Comments
 (0)