mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-01-22 15:06:28 +00:00
149 B
149 B
Reset Files
How to reset files from another branch.
# New way
git restore my/file.md
# Old way
git checkout origin/HEAD -- my/file.md