mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 16:16:31 +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
|
||
|
```
|