CONTRIBUTING.md 3.3 KB
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
# 贡献指南

> 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科)

负责人:

+   飞龙:562826179

## 章节列表

+   [git](docs/1.md)
+   [git-config](docs/2.md)
+   [git-help](docs/3.md)
+   [git-init](docs/4.md)
+   [git-clone](docs/5.md)
+   [git-add](docs/6.md)
+   [git-status](docs/7.md)
+   [git-diff](docs/8.md)
+   [git-commit](docs/9.md)
+   [git-reset](docs/10.md)
+   [git-rm](docs/11.md)
+   [git-mv](docs/12.md)
+   [git-branch](docs/13.md)
+   [git-checkout](docs/14.md)
+   [git-merge](docs/15.md)
+   [git-mergetool](docs/16.md)
+   [git-log](docs/17.md)
+   [git-stash](docs/18.md)
+   [git-tag](docs/19.md)
+   [git-worktree](docs/20.md)
+   [git-fetch](docs/21.md)
+   [git-pull](docs/22.md)
+   [git-push](docs/23.md)
+   [git-remote](docs/24.md)
+   [git-submodule](docs/25.md)
+   [git-show](docs/26.md)
+   [git-log](docs/27.md)
+   [git-shortlog](docs/29.md)
+   [git-describe](docs/30.md)
+   [git-apply](docs/31.md)
+   [git-cherry-pick](docs/32.md)
+   [git-rebase](docs/34.md)
+   [git-revert](docs/35.md)
+   [git-bisect](docs/36.md)
+   [git-blame](docs/37.md)
+   [git-grep](docs/38.md)
+   [gitattributes](docs/39.md)
+   [giteveryday](docs/40.md)
+   [gitglossary](docs/41.md)
+   [githooks](docs/42.md)
+   [gitignore](docs/43.md)
+   [gitmodules](docs/44.md)
+   [gitrevisions](docs/45.md)
+   [gittutorial](docs/46.md)
+   [gitworkflows](docs/47.md)
+   [git-am](docs/48.md)
+   [git-format-patch](docs/50.md)
+   [git-send-email](docs/51.md)
+   [git-request-pull](docs/52.md)
+   [git-svn](docs/53.md)
+   [git-fast-import](docs/54.md)
+   [git-clean](docs/55.md)
+   [git-gc](docs/56.md)
+   [git-fsck](docs/57.md)
+   [git-reflog](docs/58.md)
+   [git-filter-branch](docs/59.md)
+   [git-instaweb](docs/60.md)
+   [git-archive](docs/61.md)
+   [git-bundle](docs/62.md)
+   [git-daemon](docs/63.md)
+   [git-update-server-info](docs/64.md)
+   [git-cat-file](docs/65.md)
+   [git-check-ignore](docs/66.md)
+   [git-checkout-index](docs/67.md)
+   [git-commit-tree](docs/68.md)
+   [git-count-objects](docs/69.md)
+   [git-diff-index](docs/70.md)
+   [git-for-each-ref](docs/71.md)
+   [git-hash-object](docs/72.md)
+   [git-ls-files](docs/73.md)
+   [git-merge-base](docs/74.md)
+   [git-read-tree](docs/75.md)
+   [git-rev-list](docs/76.md)
+   [git-rev-parse](docs/77.md)
+   [git-show-ref](docs/78.md)
+   [git-symbolic-ref](docs/79.md)
+   [git-update-index](docs/80.md)
+   [git-update-ref](docs/81.md)
+   [git-verify-pack](docs/82.md)
+   [git-write-tree](docs/83.md)

## 流程

### 一、认领

首先查看[整体进度](https://github.com/apachecn/git-doc-zh/issues/1),确认没有人认领了你想认领的章节。
 
然后回复 ISSUE,注明“章节 + QQ 号”(一定要留 QQ)。

### 二、校对

需要校对:

1.  语法
2.  术语使用
3.  文档格式

如果觉得现有翻译不好,重新翻译也是可以的。

### 三、提交

+   `fork` Github 项目
+   修改`docs`中的文档。
+   `push`
+   `pull request`

请见 [Github 入门指南](https://github.com/apachecn/kaggle/blob/master/docs/GitHub)