摘要: git 作为开源项目首选版本管理软件,必然其优势不容小觑,下面总结一下初次解除用到的一些技能1. 基本命令介绍git help branch 查看branch帮助文档git branch -a 列出当前所有分支git branch good_proj 创建分支good_projgit ... 阅读全文
posted @ 2015-04-16 16:24 forilen 阅读(338) 评论(1) 推荐(0)