Skip to content

Commit

Permalink
Merge pull request #215 from arnabnandy7/add-tips-python-env
Browse files Browse the repository at this point in the history
Fix:git checkout -- <file_name> is incorrect #177
  • Loading branch information
hemanth authored May 2, 2023
2 parents 8891620 + a67bf7c commit 1c23d34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 364 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ git tag -d <tag-name>
git push origin :refs/tags/<tag-name>
```

## Undo local changes with the last content in head
## Undo local changes with the content in index(staging)
```sh
git checkout -- <file_name>
```
Expand Down
365 changes: 4 additions & 361 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"doxie.inject": "^0.1.1",
"doxie.output": "^0.3.0",
"doxie.render": "^0.3.0",
"husky": "^0.8.1"
"husky": "^5.0.9"
}
}
Loading

0 comments on commit 1c23d34

Please sign in to comment.