欢迎光临散文网 会员登陆 & 注册

Git 中文参考

2019-03-31 10:43 作者:绝不原创的飞龙  | 我要投稿


原文:Git Reference(https://git-scm.com/docs)

协议:CC BY-NC-SA 4.0(http://creativecommons.org/licenses/by-nc-sa/4.0/)

欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远。

  • 在线阅读(https://apachecn.github.io/git-doc-zh)

  • ApacheCN 学习资源(http://www.apachecn.org/)

贡献指南

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

贡献指南(https://github.com/apachecn/git-doc-zh/blob/master/CONTRIBUTING.md)

目录

  • git(https://github.com/apachecn/git-doc-zh/blob/master/docs/1.md)

  • git-config(https://github.com/apachecn/git-doc-zh/blob/master/docs/2.md)

  • git-help(https://github.com/apachecn/git-doc-zh/blob/master/docs/3.md)

  • git-init(https://github.com/apachecn/git-doc-zh/blob/master/docs/4.md)

  • git-clone(https://github.com/apachecn/git-doc-zh/blob/master/docs/5.md)

  • git-add(https://github.com/apachecn/git-doc-zh/blob/master/docs/6.md)

  • git-status(https://github.com/apachecn/git-doc-zh/blob/master/docs/7.md)

  • git-diff(https://github.com/apachecn/git-doc-zh/blob/master/docs/8.md)

  • git-commit(https://github.com/apachecn/git-doc-zh/blob/master/docs/9.md)

  • git-reset(https://github.com/apachecn/git-doc-zh/blob/master/docs/10.md)

  • git-rm(https://github.com/apachecn/git-doc-zh/blob/master/docs/11.md)

  • git-mv(https://github.com/apachecn/git-doc-zh/blob/master/docs/12.md)

  • git-branch(https://github.com/apachecn/git-doc-zh/blob/master/docs/13.md)

  • git-checkout(https://github.com/apachecn/git-doc-zh/blob/master/docs/14.md)

  • git-merge(https://github.com/apachecn/git-doc-zh/blob/master/docs/15.md)

  • git-mergetool(https://github.com/apachecn/git-doc-zh/blob/master/docs/16.md)

  • git-log(https://github.com/apachecn/git-doc-zh/blob/master/docs/17.md)

  • git-stash(https://github.com/apachecn/git-doc-zh/blob/master/docs/18.md)

  • git-tag(https://github.com/apachecn/git-doc-zh/blob/master/docs/19.md)

  • git-worktree(https://github.com/apachecn/git-doc-zh/blob/master/docs/20.md)

  • git-fetch(https://github.com/apachecn/git-doc-zh/blob/master/docs/21.md)

  • git-pull(https://github.com/apachecn/git-doc-zh/blob/master/docs/22.md)

  • git-push(https://github.com/apachecn/git-doc-zh/blob/master/docs/23.md)

  • git-remote(https://github.com/apachecn/git-doc-zh/blob/master/docs/24.md)

  • git-submodule(https://github.com/apachecn/git-doc-zh/blob/master/docs/25.md)

  • git-show(https://github.com/apachecn/git-doc-zh/blob/master/docs/26.md)

  • git-log(https://github.com/apachecn/git-doc-zh/blob/master/docs/27.md)

  • git-shortlog(https://github.com/apachecn/git-doc-zh/blob/master/docs/29.md)

  • git-describe(https://github.com/apachecn/git-doc-zh/blob/master/docs/30.md)

  • git-apply(https://github.com/apachecn/git-doc-zh/blob/master/docs/31.md)

  • git-cherry-pick(https://github.com/apachecn/git-doc-zh/blob/master/docs/32.md)

  • git-rebase(https://github.com/apachecn/git-doc-zh/blob/master/docs/34.md)

  • git-revert(https://github.com/apachecn/git-doc-zh/blob/master/docs/35.md)

  • git-bisect(https://github.com/apachecn/git-doc-zh/blob/master/docs/36.md)

  • git-blame(https://github.com/apachecn/git-doc-zh/blob/master/docs/37.md)

  • git-grep(https://github.com/apachecn/git-doc-zh/blob/master/docs/38.md)

  • gitattributes(https://github.com/apachecn/git-doc-zh/blob/master/docs/39.md)

  • giteveryday(https://github.com/apachecn/git-doc-zh/blob/master/docs/40.md)

  • gitglossary(https://github.com/apachecn/git-doc-zh/blob/master/docs/41.md)

  • githooks(https://github.com/apachecn/git-doc-zh/blob/master/docs/42.md)

  • gitignore(https://github.com/apachecn/git-doc-zh/blob/master/docs/43.md)

  • gitmodules(https://github.com/apachecn/git-doc-zh/blob/master/docs/44.md)

  • gitrevisions(https://github.com/apachecn/git-doc-zh/blob/master/docs/45.md)

  • gittutorial(https://github.com/apachecn/git-doc-zh/blob/master/docs/46.md)

  • gitworkflows(https://github.com/apachecn/git-doc-zh/blob/master/docs/47.md)

  • git-am(https://github.com/apachecn/git-doc-zh/blob/master/docs/48.md)

  • git-format-patch(https://github.com/apachecn/git-doc-zh/blob/master/docs/50.md)

  • git-send-email(https://github.com/apachecn/git-doc-zh/blob/master/docs/51.md)

  • git-request-pull(https://github.com/apachecn/git-doc-zh/blob/master/docs/52.md)

  • git-svn(https://github.com/apachecn/git-doc-zh/blob/master/docs/53.md)

  • git-fast-import(https://github.com/apachecn/git-doc-zh/blob/master/docs/54.md)

  • git-clean(https://github.com/apachecn/git-doc-zh/blob/master/docs/55.md)

  • git-gc(https://github.com/apachecn/git-doc-zh/blob/master/docs/56.md)

  • git-fsck(https://github.com/apachecn/git-doc-zh/blob/master/docs/57.md)

  • git-reflog(https://github.com/apachecn/git-doc-zh/blob/master/docs/58.md)

  • git-filter-branch(https://github.com/apachecn/git-doc-zh/blob/master/docs/59.md)

  • git-instaweb(https://github.com/apachecn/git-doc-zh/blob/master/docs/60.md)

  • git-archive(https://github.com/apachecn/git-doc-zh/blob/master/docs/61.md)

  • git-bundle(https://github.com/apachecn/git-doc-zh/blob/master/docs/62.md)

  • git-daemon(https://github.com/apachecn/git-doc-zh/blob/master/docs/63.md)

  • git-update-server-info(https://github.com/apachecn/git-doc-zh/blob/master/docs/64.md)

  • git-cat-file(https://github.com/apachecn/git-doc-zh/blob/master/docs/65.md)

  • git-check-ignore(https://github.com/apachecn/git-doc-zh/blob/master/docs/66.md)

  • git-checkout-index(https://github.com/apachecn/git-doc-zh/blob/master/docs/67.md)

  • git-commit-tree(https://github.com/apachecn/git-doc-zh/blob/master/docs/68.md)

  • git-count-objects(https://github.com/apachecn/git-doc-zh/blob/master/docs/69.md)

  • git-diff-index(https://github.com/apachecn/git-doc-zh/blob/master/docs/70.md)

  • git-for-each-ref(https://github.com/apachecn/git-doc-zh/blob/master/docs/71.md)

  • git-hash-object(https://github.com/apachecn/git-doc-zh/blob/master/docs/72.md)

  • git-ls-files(https://github.com/apachecn/git-doc-zh/blob/master/docs/73.md)

  • git-merge-base(https://github.com/apachecn/git-doc-zh/blob/master/docs/74.md)

  • git-read-tree(https://github.com/apachecn/git-doc-zh/blob/master/docs/75.md)

  • git-rev-list(https://github.com/apachecn/git-doc-zh/blob/master/docs/76.md)

  • git-rev-parse(https://github.com/apachecn/git-doc-zh/blob/master/docs/77.md)

  • git-show-ref(https://github.com/apachecn/git-doc-zh/blob/master/docs/78.md)

  • git-symbolic-ref(https://github.com/apachecn/git-doc-zh/blob/master/docs/79.md)

  • git-update-index(https://github.com/apachecn/git-doc-zh/blob/master/docs/80.md)

  • git-update-ref(https://github.com/apachecn/git-doc-zh/blob/master/docs/81.md)

  • git-verify-pack(https://github.com/apachecn/git-doc-zh/blob/master/docs/82.md)

  • git-write-tree(https://github.com/apachecn/git-doc-zh/blob/master/docs/83.md)

联系方式

负责人

  • 飞龙(https://github.com/wizardforcel): 562826179

其他

  • 认领翻译和项目进度-地址: https://github.com/apachecn/git-doc-zh/issues/1

  • 在我们的 apachecn/git-doc-zh(https://github.com/apachecn/git-doc-zh) github 上提 issue.

  • 发邮件到 Email: apachecn@163.com.

  • 在我们的 组织学习交流群(http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可.



Git 中文参考的评论 (共 条)

分享到微博请遵守国家法律