摘要: CMD命令:git initgit add . 【添加文件至暂存区】git commit -m '描述性语句 随意写即可'git branch gh-pages 【创建仓库分支】git checkout gh-pages 【切换分支】(在github中新建repository)SHH 方式git remote add origin git@github.comgit push -u origin... 阅读全文
posted @ 2016-11-24 17:14 BKYbigant 阅读(120) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-11-23 09:56 BKYbigant 阅读(43) 评论(0) 推荐(0)