GIT--------創建與合併分支

創建與合併分支 命令 查看分支:git branch 創建分支: git branch <name> 切換分支: git checkout <name> 創建+切換分支: git checkout -b <name> 合併某分支到當前分支: git merge <name> 刪除分支: git branch -d <name> 命令及說明 示例 查看分支: git branch 創建分支: git
相關文章
相關標籤/搜索