git查看当前路径所属manifest中的哪个project 有两个命令
1 git config -l 输出类似
user.email=
user.name=
color.ui=auto
core.repositoryformatversion=0
core.filemode=true
filter.lfs.smudge=git-lfs smudge --skip -- %f
remote.miui.url=ssh://git@
remote.miui.review=.com
remote.miui.projectname=
remote.miui.fetch=+refs/heads/*:refs/remotes/****/*
branch.remote=
branch.merge=refs/heads/
git config --help
-l, --list
List all variables set in config file, along with their values.
2 git remote -v 输出类似
miui ssh://git@ (fetch)
miui ssh://git@ (push)
git remote --help
OPTIONS
-v, --verbose
Be a little more verbose and show remote url after name. NOTE: This must be placed between remote and subcommand