把本地的git文件夹推送到github,记下语句,以防自己忘了 LOL

$ git remote add origin https://github.com/yuanyangxin/tut.git
$ git push -u origin master