git如何将远程主分支拉到localhost指定的目录

时间:2015-08-17 09:46:25

标签: git

我需要将远程主分支拉到localhost指定的目录" f:/ www / mobile"

运行" git pull remote-address" , 但是根目录中的远程文件,它看起来像这样:

F:
  |--www
     |-- .git  #merge remote GIt commit
     |-- project
     |-- new_mobile #remote file 
     |-- mobile #empty

我希望它看起来像这样:

  F:
      |--www
         |-- .git    #merge remote GIt commit
         |-- project
         |-- mobile  #remote file 

我该怎么办?

0 个答案:

没有答案