在 Github 上 Fork 项目到自己的仓库。
将 fork 后的项目拉到本地: git clone https://github.com/<user-name>/kubernetes-handbook。
git clone https://github.com/<user-name>/kubernetes-handbook
新建一个分支,并添加或编辑内容:git checkout -b new-branch。
git checkout -b new-branch
提交并推送到 github:git commit -am "comments"; git push。
git commit -am "comments"; git push
在 Github 上提交 Pull Request。
最后更新于1年前