已有项目初始化
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
1543

被折叠的 条评论
为什么被折叠?