赞
踩
以TencentOS-Tiny仓库为例:
git clone https://github.com/OpenAtomFoundation/TencentOS-tiny
这个时候查看本地分支情况:
git branch
查看隐藏分支:
git branch -a
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
执行后再次查看本地分支:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。