标签:code class git man command commit master mit rem
echo "# blog" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:piremartin/blog.git
git push -u origin master
git remote add origin git@github.com:piremartin/blog.git
git push -u origin master
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
标签:code class git man command commit master mit rem
原文地址:https://www.cnblogs.com/mzrs/p/10098613.html