您的位置:首页 > Web前端

git查看当前路径所属manifest中的哪个project

2016-09-30 10:07 1066 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  git project manifest
相关文章推荐