git help

版权声明:知识在分享中升华,思想在交流中沉淀,欢迎大家转载。 https://blog.csdn.net/qwfys200/article/details/82904044
lwk@qwfys:~$ git help -a
usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           <command> [<args>]

available git commands in '/usr/lib/git-core'

  add                       checkout-index            diff-files                get-tar-commit-id         mailinfo                  name-rev                  remote-ext                sh-i18n--envsubst         unpack-objects
  add--interactive          cherry                    diff-index                grep                      mailsplit                 notes                     remote-fd                 shell                     update-index
  am                        cherry-pick               diff-tree                 hash-object               merge                     pack-objects              remote-ftp                shortlog                  update-ref
  annotate                  clean                     difftool                  help                      merge-base                pack-redundant            remote-ftps               show                      update-server-info
  apply                     clone                     difftool--helper          http-backend              merge-file                pack-refs                 remote-http               show-branch               upload-archive
  archive                   column                    fast-export               http-fetch                merge-index               patch-id                  remote-https              show-index                upload-pack
  bisect                    commit                    fast-import               http-push                 merge-octopus             prune                     remote-testsvn            show-ref                  var
  bisect--helper            commit-tree               fetch                     imap-send                 merge-one-file            prune-packed              repack                    stage                     verify-commit
  blame                     config                    fetch-pack                index-pack                merge-ours                pull                      replace                   stash                     verify-pack
  branch                    count-objects             filter-branch             init                      merge-recursive           push                      request-pull              status                    verify-tag
  bundle                    credential                flow                      init-db                   merge-resolve             quiltimport               rerere                    stripspace                web--browse
  cat-file                  credential-cache          fmt-merge-msg             instaweb                  merge-subtree             read-tree                 reset                     submodule                 whatchanged
  check-attr                credential-cache--daemon  for-each-ref              interpret-trailers        merge-tree                rebase                    rev-list                  submodule--helper         worktree
  check-ignore              credential-store          format-patch              log                       mergetool                 rebase--helper            rev-parse                 subtree                   write-tree
  check-mailmap             daemon                    fsck                      ls-files                  mktag                     receive-pack              revert                    symbolic-ref
  check-ref-format          describe                  fsck-objects              ls-remote                 mktree                    reflog                    rm                        tag
  checkout                  diff                      gc                        ls-tree                   mv                        remote                    send-pack                 unpack-file

'git help -a' and 'git help -g' list available subcommands and some
concept guides. See 'git help <command>' or 'git help <concept>'
to read about a specific subcommand or concept.
lwk@qwfys:~$ 

猜你喜欢

转载自blog.csdn.net/qwfys200/article/details/82904044