Skip to content

Instantly share code, notes, and snippets.

@opera443399
Created July 25, 2017 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opera443399/96ed4322e54ea4fa007c1513eccb7283 to your computer and use it in GitHub Desktop.
Save opera443399/96ed4322e54ea4fa007c1513eccb7283 to your computer and use it in GitHub Desktop.
如何贡献git代码
如何贡献
在Github上Fork到自己的仓库
将fork后的项目拉到本地: git clone https://github.com/<user-name>/kubernetes-handbook
新建一个分支,并添加或编辑内容:git checkout -b new-branch
提交并推送到github:git commit -am "comments"; git push
在Github上提交Pull Request。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment