5 Star 38 Fork 10

khs1994-docker / lnmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
khs1994 提交于 2020-10-14 20:15 . new 20.10 branch

贡献导引

请严格按照以下步骤操作,如有任何问题,请提出 issue

  • GitHub 上点击 fork 按钮将本仓库 fork 到自己的仓库,如 yourname/lnmp,然后 clone 到本地。

    $ git clone -b 20.10 git@github.com:yourname/lnmp.git
    
    $ cd lnmp
    
    # 将项目与上游关联
    
    $ git remote add upstream git@github.com:khs1994-docker/lnmp.git
  • 增加内容或者修复错误后提交,并推送到自己的仓库。

    $ git add .
    
    $ git commit -a "Fix issue #1: change helo to hello"
    
    $ git push origin 20.10
  • GitHub 上提交 Pull request,注意请提交到 YY.MM(例如: 20.10) 分支。

  • 请定期更新自己仓库。

    $ git fetch upstream
    
    $ git rebase upstream/20.10
    
    $ git push -f origin 20.10
Docker
1
https://gitee.com/khs1994-docker/lnmp.git
git@gitee.com:khs1994-docker/lnmp.git
khs1994-docker
lnmp
lnmp
master

搜索帮助