On Mar 31, 6:07 pm, vfclists <vfcli...@googlemail.com> wrote: [...] > So after creating branch, how do I configure it to exclude some files > from being merged or updated from the mainline version. In other words > it will be akin to having the working directory made up files from 2 > or more branches in the remote repositories, and pushes and pulls will > know which files goes where or comes from. [...]
Possibly you should look at submodules [1] and subtree merging [2]. 1. http://progit.org/book/ch6-6.html 2. http://progit.org/book/ch6-7.html -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.