代码例子
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Still1/still-context.git
git push -u origin master
PREVIOUSEclipse Terminal CMD命令指定初始路径
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/Still1/still-context.git
git push -u origin master