Fork the project to your own repository on Github: Forkarrow-up-right.
Clone the forked project to your local machine: git clone https://github.com/<user-name>/kubernetes-handbook.
git clone https://github.com/<user-name>/kubernetes-handbook
Create a new branch and add or edit content: git checkout -b new-branch.
git checkout -b new-branch
Commit and push to Github: git commit -am "comments"; git push.
git commit -am "comments"; git push
Submit a Pull Request on Github.
最后更新于2年前