深`秋

Coding and Thinking
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  git&github

摘要:1.还是登录github,创建repository,假设名为test 2.repository-->settings-->lanuch automatic page generator,随便选一个layouts , publish pages.这时得到一个网址,类似这个,http://xxx/git 阅读全文

posted @ 2016-05-13 16:31 深`秋 阅读(1647) 评论(0) 推荐(0)

摘要:简单总结一下: 1.git shell cd到本地项目的目录 2.git init 会创建.git文件 3.touch README .ignore .license等文件 4.git add . 5.提交一次 git commit -m '备注' 6.登录到github,创建repository 阅读全文

posted @ 2016-05-12 22:35 深`秋 阅读(217) 评论(0) 推荐(0)