Git

1 克隆:git clone 仓库地址   

2 切换分支:git checkout 分支名

3 查看状态:git status

4 查看分支 : git branch [-a]   

5 创建新分支:git checkout -b 新分支名

你可能感兴趣的:(Git)