git 提交新项目到git上

[email protected]:mobil-phone/platformRecommend.git

cd existing_folder

git init

git remote add origin git@ip:mobile-phone/platformRecommend.git

git add .

git commit

git push -u origin master

猜你喜欢

转载自e-e.iteye.com/blog/2337800