随笔分类 -  Git

摘要:Git分支管理的基本操作 首先从远端版本库clone下来一个全新的库: git clone username@xxx:/xxx/xxx.git 此时clone下来的,只是master分支,没有其他分支。 查看分支: git branch #查看本地分支 git branch -r #查看远端分支 g 阅读全文
posted @ 2017-09-22 12:19 CodingIsBeautiful 阅读(379) 评论(0) 推荐(0)