
git
statlxh1989
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Git使用注记
1、参考网站:http://http://www.liaoxuefeng.com2、 push本地代码到github出错原因说明:https://www.douban.com/note/332510501/原创 2016-09-01 11:27:06 · 511 阅读 · 0 评论 -
Git几个常用命令
1、git配置: git config --global user.name "Your Name" git config --global user.email "email@example.com"2、git添加远程库:$ git remote add origin git@github.com:michaelliao/learngit.git3、git取回本地(更新):git pull or原创 2016-09-03 09:52:03 · 268 阅读 · 0 评论