git基础

git查看当前分支所属

git branch -v


创建新分支 并切换 过去

git checkout -b UUUU


原文地址:https://www.cnblogs.com/angdh/p/10881208.html