Tuesday, February 25, 2014

Git merge specific file from another branch

No more workarounds! I finally know how to merge changes from only one file from given branch to current branch.

Just do the following:

git checkout <some-branch> <path-to-specific-file>

No comments:

Post a Comment