Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 223 Bytes

getting-file-from-another-branch.md

File metadata and controls

9 lines (6 loc) · 223 Bytes

Getting file from another branch

Quite simple:

$ git checkout $branch $filename

source