Git 分支checkout命令

Git是一種樹形結構:每個節點上可以賦予一個節點值 一、新建分支       git checkout -b branch_name 二、轉換分支       git checkout branch_name 三、查看當前分支(即HEAD指針指向哪裏)       git log --oneline 四、合併分支      git merge other_branch_name      講另一個
相關文章
相關標籤/搜索