Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 183 Bytes

File metadata and controls

13 lines (9 loc) · 183 Bytes

Git

How to Checkout a File from Another Branch?

git checkout <other-branch-name> -- path/to/your/folder

cancal previous commit

git reset HEAD~