【发布时间】:2019-05-01 06:41:27
【问题描述】:
说,如果我在存储库 ssh://user@remotehost.com:port/home/user/public_html/ 中建立了一个 git repo,
并且我想将它克隆到我的本地项目目录中,我的远程主机 .gitignore 中的附加项是否会包含在我的 public_html/.git 存储库的克隆中?
local$ git clone ssh://user@remotehost.com:port/home/user/public_html/
【问题讨论】:
标签: git repository git-clone