git 将本地代码上传到github
摘要:
1 初始化: git init 2 指定远程仓库 : git remote add origin 远程仓库位置 3 将本地文件加入:git add . 4 提交: git commit -m "first commit" 5 将远程仓库里面的README.MD 文件下载到本地:git pull -- 阅读全文
posted @ 2018-11-16 15:03
anqli_java
阅读(222)
评论(0)
推荐(0)