api index

Reference

快速参考指南:GitHub 备忘单( PDF )| Visual Git 备忘单( SVG | PNG )

设置和配置

  • git

  • config

  • help

获取和创建项目

  • init

  • clone

基本快照

  • add

  • status

  • diff

  • commit

  • reset

  • rm

  • mv

分支和合并

  • branch

  • checkout

  • merge

  • mergetool

  • log

  • stash

  • tag

共享和更新项目

  • fetch

  • pull

  • push

  • remote

  • submodule

检查和比较

  • show

  • log

  • diff

  • shortlog

  • describe

修补

  • apply

  • cherry-pick

  • diff

  • rebase

  • revert

调试

  • bisect

  • blame

  • grep

指南

  • gitattributes

  • Everyday Git

  • Glossary

  • gitignore

  • gitmodules

  • Revisions

  • Tutorial

  • Workflows

电子邮件

  • am

  • apply

  • format-patch

  • send-email

  • request-pull

外部系统

  • svn

  • fast-import

行政

  • clean

  • gc

  • fsck

  • reflog

  • filter-branch

  • instaweb

  • archive

  • bundle

服务器管理

  • daemon

  • update-server-info

Plumbing 指令

  • cat-file

  • check-ignore

  • commit-tree

  • count-objects

  • diff-index

  • for-each-ref

  • hash-object

  • ls-files

  • merge-base

  • read-tree

  • rev-list

  • rev-parse

  • show-ref

  • symbolic-ref

  • update-index

  • update-ref

  • verify-pack

  • write-tree