摘要: 一、更新文件 git pull 更新github仓库代码到本地 git status 查看仓库状态 git add * 更新全部,添加到本地缓存仓库 git commit -m "更新说明" git push origin master push到远程master上 阅读全文
posted @ 2018-02-16 17:38 zhoujiapeng 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 一、注册github账号,创建仓库repository 二、电脑安装 Git 客户端 三、github仓库常见指令 四、绑定用户 五、设置ssh key 输入指令后会输出对应目录,在.ssh文件夹有两个文件 复制 id_rsa.pub 文件中的所有内容 切换到github,进入 settings-> 阅读全文
posted @ 2018-02-16 17:07 zhoujiapeng 阅读(218) 评论(0) 推荐(0) 编辑