http://blog.csdn.net/kaitiren/article/details/38513715
echo "# testlib" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jsGintoki/testlib.git
git push -u origin master
| Name | Name | Last commit date | ||
|---|---|---|---|---|
http://blog.csdn.net/kaitiren/article/details/38513715
echo "# testlib" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jsGintoki/testlib.git
git push -u origin master