代码之家  ›  专栏  ›  技术社区  ›  Jimmix

在存储库目录外使用git remote命令

  •  0
  • Jimmix  · 技术社区  · 6 年前

    git remote 那么司令部会把它作为一个课题来研究吗?

    git remote add origin <url>
    

    git remote documentation -你有什么办法吗?

    1 回复  |  直到 6 年前
        1
  •  1
  •   phd    6 年前

    https://git-scm.com/docs/git#git--Cltpathgt

    git -C <path>
    

    https://git-scm.com/docs/git#git---git-dirltpathgt

    git --git-dir=<path>
    

    设置存储库的路径。这也可以通过设置 GIT_DIR 环境变量。它可以是当前工作目录的绝对路径或相对路径。