memoir/pages/git/reset-files.md
2023-05-16 10:50:32 +02:00

8 lines
105 B
Markdown

# Reset Files
How to reset files from another branch.
```sh
git checkout origin/HEAD -- my/file.md
```