雪洗中关村

导航

随笔分类 -  2.3.001000 ──┬─ git

git 常用命令速查表(图文+表格)
摘要:来源:https://www.cnblogs.com/kenshinobiy/p/4543976.html 全面的学习网址: https://git-scm.com/book/zh/v2 一、 Git 常用命令速查 git branch 查看本地所有分支git status 查看当前状态 git c 阅读全文

posted @ 2019-01-11 19:52 雪洗中关村

将本地项目上传到git/码云
摘要:GitHub下载克隆clone指定的分支tag代码 git clone --branch [tags标签] [git地址] 或者 git clone --b [tags标签] [git地址] git clone --branch v6.2.4 https://gitee.com/mirrors/el 阅读全文

posted @ 2019-01-04 16:34 雪洗中关村