Git关联GitHub远程仓库实例

代码例子

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