摘要:
初始化仓库:git init 把文件添加到仓库:git add README.md 把文件提交到仓库:git commit -m "first commit" 关联远程仓库:git remote add origin https://xxx/xxx/demo.git 推送到远程仓库:git push 阅读全文
posted @ 2016-05-12 16:30
MrHacker
阅读(205)
评论(0)
推荐(0)