Git查看远程本地分支/远程分支关系

查看所以分支:

git branch -a

查看分析信息:

git branch -v

查看本地分支与远程分支关系:

git branch -vv

猜你喜欢

转载自www.cnblogs.com/llc-blog/p/9430492.html