1. 如在测试环境提交一个文件
git log 查看提交分支ssh-id commits id
2.切换到正式分支 -master
git checkout master 切换到指定分支
3.合并到正式分支中去
git cherry-pick 82ecb31