Deploying a Git subdirectory in Capistrano

前端 未结 11 1420
梦谈多话
梦谈多话 2020-12-07 09:03

My master branch layout is like this:

/ <-- top level

/client <-- desktop client source files

/server

11条回答
  •  忘掉有多难
    2020-12-07 09:21

    Unfortunately, git provides no way to do this. Instead, the 'git way' is to have two repositories -- client and server, and clone the one(s) you need.

提交回复
热议问题