git与github

git远程仓库 初始化 git init 提交本地文件 git add README.md git commit -m “first commit” https方式 1. 本地新建一个远程连接 CarryWang git remote add CarryWang https://github.com/CarryWLTao/tmall.git git push -u CarryWang master
相关文章
相关标签/搜索