Gitlab branch

1 git checkout -b lee //新建一個分支並切換到該branch 2 //假設自己edit code git add filename // git commit -m 「修改說明」 3 //如果在master也需要修改文件 必須要切進來 做2 的操作 。。。 4 git merge lee //如果有衝突 必須先手動解決衝突 此時還是在master branch 上, git
相關文章
相關標籤/搜索