本地 repo 添加到 github
2016-08-01 本文已影响22人
43daf5f8181f
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