摘要: git branch myfeture 创建分支git checkout myfeturegit add --allgit commit -mgit push origin myfeturegit checkout mastergit merge myfeturegit push 阅读全文
posted @ 2015-11-16 20:06 djdliu 阅读(139) 评论(0) 推荐(0) 编辑