已有项目初始化
cd repo
git remote add origin /path/to/origin.git
git add .
git commit -m 'initial commit'
git push origin master
已有项目初始化
cd repo
git remote add origin /path/to/origin.git
git add .
git commit -m 'initial commit'
git push origin master