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

如何获取超级项目根目录?

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

    Is there a way to get the git root directory in one command? $PWD 是'/a/b/mySuper/sub2/dir1',如果我运行 git rev-parse --show-toplevel

    1 回复  |  直到 6 年前
        1
  •  1
  •   ov2k    6 年前
    git rev-parse --show-superproject-working-tree
    

    我想这是在git2.13.0中出现的。请注意,这只显示直接的超级项目,并且当没有从子模块中调用时,不会将任何内容打印到stdout。