reset files

This commit is contained in:
2023-05-16 10:50:32 +02:00
parent 2f18bab8e5
commit acd8dff426

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
```