标签:style blog http color os div log sp on
Create a new repository on the command line
touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/pengfeis/try-git.gitgit push -u origin master
Push an existing repository from the command line
git remote add origin https://github.com/pengfeis/try-git.git git push -u origin master
标签:style blog http color os div log sp on
原文地址:http://www.cnblogs.com/peng-fei/p/3950596.html