Git
Português (Brasil) ▾Topics ▾Latest version ▾ git-update-server-info last updated in 2.43.0

NOME

git-update-server-info - Atualize o arquivo de informações auxiliares para ajudar os servidores burros

RESUMO

git update-server-info [-f | --force]

DESCRIÇÃO

A dumb server that does not do on-the-fly pack generations must have some auxiliary information files in $GIT_DIR/info and $GIT_OBJECT_DIRECTORY/info directories to help clients discover what references and packs the server has. This command generates such auxiliary files.

OPÇÕES

-f
--force

Atualiza os arquivos de informações do zero.

SAÍDA

Currently the command updates the following files. Please see gitrepository-layout[5] for a description of what they are for:

  • objects/info/packs

  • info/refs

GIT

Parte do conjunto git[1]

scroll-to-top