reset files

This commit is contained in:
Niccolo Borgioli 2023-05-16 10:50:32 +02:00
parent 2f18bab8e5
commit acd8dff426
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B

7
pages/git/reset-files.md Normal file
View File

@ -0,0 +1,7 @@
# Reset Files
How to reset files from another branch.
```sh
git checkout origin/HEAD -- my/file.md
```