Push an existing repository from the command line
git remote add origin git@github.com:username/repo.git
git push -u origin master
Push an existing repository from the command line
git remote add origin git@github.com:username/repo.git
git push -u origin master
本文标题:本地 repo 添加到 github
本文链接:https://www.haomeiwen.com/subject/xjtfsttx.html
网友评论