First you need to bookmark this: http://gitref.org/
Now, how to merge selected files from a branch to my master branch?
Move to the branch you want to "merge to", and:
This file contains hidden or 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
git checkout <branch_you_want_to_merge_from> <file_paths_to_merge...> |
No hay comentarios.:
Publicar un comentario