# git-update-server-info
> 原文: [https://git-scm.com/docs/git-update-server-info](https://git-scm.com/docs/git-update-server-info)
## 名称
git-update-server-info - 更新辅助信息文件以帮助虚拟服务器
## 概要
```
git update-server-info [--force]
```
## 描述
没有动态包生成的哑服务器必须在$ GIT_DIR / info和$ GIT_OBJECT_DIRECTORY / info目录中包含一些辅助信息文件,以帮助客户端发现服务器具有哪些引用和包。此命令生成此类辅助文件。
## OPTIONS
```
-f
```
```
--force
```
从头开始更新信息文件。
## OUTPUT
目前,该命令会更新以下文件。请参阅 [gitrepository-layout [5]](https://git-scm.com/docs/gitrepository-layout) ,了解它们的用途:
* 对象/信息/包
* 信息/裁判
## GIT
部分 [git [1]](https://git-scm.com/docs/git) 套件
- git
- git-config
- git-help
- git-init
- git-clone
- git-add
- git-status
- git-diff
- git-commit
- git-reset
- git-rm
- git-mv
- git-branch
- git-checkout
- git-merge
- git-mergetool
- git-log
- git-stash
- git-tag
- git-worktree
- git-fetch
- git-pull
- git-push
- git-remote
- git-submodule
- git-show
- git-log
- git-shortlog
- git-describe
- git-apply
- git-cherry-pick
- git-rebase
- git-revert
- git-bisect
- git-blame
- git-grep
- gitattributes
- giteveryday
- gitglossary
- githooks
- gitignore
- gitmodules
- gitrevisions
- gittutorial
- gitworkflows
- git-am
- git-format-patch
- git-send-email
- git-request-pull
- git-svn
- git-fast-import
- git-clean
- git-gc
- git-fsck
- git-reflog
- git-filter-branch
- git-instaweb
- git-archive
- git-bundle
- git-daemon
- git-update-server-info
- git-cat-file
- git-check-ignore
- git-checkout-index
- git-commit-tree
- git-count-objects
- git-diff-index
- git-for-each-ref
- git-hash-object
- git-ls-files
- git-merge-base
- git-read-tree
- git-rev-list
- git-rev-parse
- git-show-ref
- git-symbolic-ref
- git-update-index
- git-update-ref
- git-verify-pack
- git-write-tree