git&github简单命令branc,merge,pull,clone

一、branch命令 1、git branch branch-name 新建分支branch 2、git branch -d branch-name 删除分支 3、git branch 或git status查看当前分支,git chechout branch-name 切换当前分支,可以看到使用git branch 是当前分支前面会有*符号 二、merge合并分支 1、在分支状态下无法push,
相关文章
相关标签/搜索