1

I maintains two branches master and pathogen for my vim scripts. Both of them have their respective vimrc files. Now I want to merge both of them together and save it as vimrc of branch pathogen.

What I am doing now is checking-out vimrc from master branch and append it to the vimrc of pathogen. Is there a cooler way to do it?

4

1 回答 1

0
$ git pull origin pathogen

应该做的伎俩

于 2013-03-24T01:24:30.840 回答