mirror of
https://github.com/cupcakearmy/memoir.git
synced 2026-04-02 20:05:32 +00:00
8 lines
105 B
Markdown
8 lines
105 B
Markdown
# Reset Files
|
|
|
|
How to reset files from another branch.
|
|
|
|
```sh
|
|
git checkout origin/HEAD -- my/file.md
|
|
```
|