2017年8月15日

【git】不同协议的路径

摘要: https https://github.com/yesuuu/ganLearn.git ssh git@github.com:yesuuu/ganLearn.git git@idc:ganLearn.git file /home/yesuuu/gitLearn/ganLearn.git 阅读全文

posted @ 2017-08-15 22:32 yesuuu 阅读(115) 评论(0) 推荐(0) 编辑

【git】新建一个git仓库的方法

摘要: 1、在github上登陆,新建一个远程仓库 2、在本地创建仓库 3、本地仓库关联到远程仓库 git remote add origin(仓库名) git@github.com:yesuuu/test.git 4、将本地内容push过去: git push origin master 此处,如果本地是 阅读全文

posted @ 2017-08-15 22:31 yesuuu 阅读(564) 评论(0) 推荐(0) 编辑

导航