git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/yanhengtao/git-learning-record.git
git push -u origin master
参考链接: https://www.cnblogs.com/chenweichu/articles/6715521.html
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/yanhengtao/git-learning-record.git
git push -u origin master
参考链接: https://www.cnblogs.com/chenweichu/articles/6715521.html