git 常用

git branch  

查看分支

git checkout -b  newbranch  切换并且新建分支

 

git checkout branch  切换分支

git push origin branch 把分支推送到远程。

posted on 2022-07-28 09:44  微凉六月长老抱怀里  阅读(41)  评论(1编辑  收藏  举报