
Git
雨落千木
我是一个爱好编程的菜鸟!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git常见命令
git的配置git config --global user.name "xxx@xx.com"git config --global user.email "xxx@xx.com" 从github上克隆git项目git clone git@xx.xx.xx.xx:yuluoqianmu/test.gitcd test 添加README.md文件并推到githu...2015-12-18 17:09:43 · 129 阅读 · 0 评论 -
git命令参考手册(转)
git init # 初始化本地git仓库(创建新仓库)git config --global user.name "xxx" # 配置用户名git config --global user.email "xxx@xxx.com" ...原创 2016-02-16 09:18:02 · 163 阅读 · 0 评论