可能重复:
Is there a way to get the git root directory in one command?
假设存储库从
开始C:\myrepo\
and the prompt is at
C:\myrepo\folderone\folderoneb\folderonec
我需要一个可以找到
的批处理脚本C:\myrepo.git and return C:\myrepo
答案 0 :(得分:1)
请参阅Is there a way to get the git root directory in one command?
只需使用命令git rev-parse --show-toplevel
并以您需要的方式使用其输出
是的,这也适用于Windows;)