git新建项目到GitHub
2017-10-30 本文已影响12人
猪猪9527
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin git@xxx.xxx.xxx.xxxx:sn/weight.git
git push -u origin master
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin git@xxx.xxx.xxx.xxxx:sn/weight.git
git push -u origin master