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,
相關文章
相關標籤/搜索