git 将代码推到远程仓库

git init
git add .
git commit -m "commit"
git remote add origin https://...
git push -u origin master
复制代码
相关文章
相关标签/搜索