Created
June 12, 2013 15:28
-
-
Save RIAstar/5766317 to your computer and use it in GitHub Desktop.
[git] Merge a single file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#merge 'file' from branch 'develop' into branch 'feature' | |
git checkout feature | |
git checkout develop file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment