# 常用指令说明指令备注克隆git clone xxx拉取git pull推送git push# 分支指令说明指令备注创建分支git branch (branchname)切换分支git checkout (branchname)合并分支git merge将指定分支合并到当前分支删除分支git branch -d git 版本管理 多人协作