上传同步github

…or create a new repository on the command line

 
echo "# testproject" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/wffggithub/testproject.git
git push -u origin master

…or push an existing repository from the command line

 
git remote add origin https://github.com/wffggithub/testproject.git
git push -u origin master
posted @ 2018-10-31 16:47  猿来你也在这里呀  阅读(154)  评论(0编辑  收藏  举报