mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 07:50:42 +00:00
add content
This commit is contained in:
@@ -3,5 +3,9 @@
|
||||
How to reset files from another branch.
|
||||
|
||||
```sh
|
||||
# New way
|
||||
git restore my/file.md
|
||||
|
||||
# Old way
|
||||
git checkout origin/HEAD -- my/file.md
|
||||
```
|
||||
|
Reference in New Issue
Block a user