Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 4 additions & 361 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /