贡献导引
贡献导引
$ git clone git@github.com:yourname/nginx-docs.git
$ cd nginx-docs
# 将项目与上游关联
$ git remote add source git@github.com:DocsHome/nginx-docs.git$ git add .
$ git commit -am "Fix issue #1: change helo to hello"
$ git push origin master$ git fetch source
$ git rebase source/master
$ git push -f origin master排版规范
最后更新于