
GIT
文章平均质量分 67
奔奔张
梦想还是要有的
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Git 常用命令 更新与提交
git常用命令转载 2017-09-04 08:59:40 · 287 阅读 · 0 评论 -
git 标准化操作流程
记录一下工作中GIT 标准化操作流程 获取项目代码 1) 安装git http://git-scm.com/download/ 2)配置git相关设置 在终端输入如下命令: git config --global user.name "username" git config --global user.email "[email protected]" ...原创 2018-09-20 17:43:48 · 767 阅读 · 0 评论