Created
July 25, 2017 04:15
-
-
Save opera443399/96ed4322e54ea4fa007c1513eccb7283 to your computer and use it in GitHub Desktop.
如何贡献git代码
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
如何贡献 | |
在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