我有两个分支b1和b2
b2文件夹有1.js
和2.js
b1文件夹只有1.js
then i checkout b1 and merge b2 ,
but b1's folder just only 1.js
the 2.js can't merge.
我知道我可以复制,我只是想知道如何合并 它
这是我试过的
$ git branch
* master
moqin2
$ git merge moqin2
Already up-to-date.
是的,那说更新,但我找不到flie
我怎么能这样做? 用户合并文件?但如何使用?