赞
踩
git config --global core.editor vim //修改默认编辑器为VIM
git checkout master //切换到master分支
git branch -a // 查看需要合并的分支名
git merge 分支名 //
//输入commit
花时间解决冲突
git push origin master //上传code
git log --graph //查看历史提交
master分支 变化了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。