在github网站建立一个repo.
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/GisKook/ngx_http_redirect_tile_module.git
git push -u origin master
在github网站建立一个repo.
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/GisKook/ngx_http_redirect_tile_module.git
git push -u origin master