工做中经常使用到的Git命令

Git实用技巧和命令 要求 命令 从远程服务器克隆代码到本地 git clone git@xxx.git 在本地仓库中建立分支 git branch dev(建立分支) git checkout dev(切换分支) git checkout -b dev(建立而且切换分支) 像本地仓库提交代码 1git add . 2git commit -m ‘代码修改说明内容’ 合并分支 1 git chec
相关文章
相关标签/搜索