GIT把分支代碼合併到主分支

GIT把分支代碼合併到master主分支上   第一步:           git checkout -b dev-222     (創建和切換一起執行:dev-222是本地創建的開發分支) 第二步:           vi test.txt    (編輯一個文件)           git add test.txt  (增加文件)           git commit -m "增加文件
相關文章
相關標籤/搜索