Need something from another branch, but you only need changes in 1 file?
A couple of examples:
# replaces whole file in your working branch, but leaves your other work untouched git checkout source-branch -- path/to/file # We might need all the styling from another branch git checkout source-branch -- *.scss *.css
Your comment may be published.
Name:
Email:
Message: