git-gc, git-pr, git-rm: add pt_BR translation (#8917)
This commit is contained in:
24
pages.pt_BR/common/git-gc.md
Normal file
24
pages.pt_BR/common/git-gc.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# git gc
|
||||
|
||||
> Otimiza o repositório local limpando os arquivos desnecessários.
|
||||
> Mais informações: <https://git-scm.com/docs/git-gc>.
|
||||
|
||||
- Otimiza o repositório:
|
||||
|
||||
`git gc`
|
||||
|
||||
- Otimiza de forma mais agressiva, demora mais tempo:
|
||||
|
||||
`git gc --aggressive`
|
||||
|
||||
- Não remove objetos perdidos (por default é removido):
|
||||
|
||||
`git gc --no-prune`
|
||||
|
||||
- Não exibe a saída:
|
||||
|
||||
`git gc --quiet`
|
||||
|
||||
- Exibe toda a ajuda:
|
||||
|
||||
`git gc --help`
|
Reference in New Issue
Block a user