mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-19 13:02:14 +02:00
Add examples to git-config in pt-br
This commit is contained in:
committed by
Marcel Ribeiro-Dantas
parent
250980742c
commit
98aad0feb3
@@ -133,12 +133,12 @@ Permite configurar o git, seja com respeito a definições deste repositório,
|
||||
do sistema ou configurações globais para todos os repositórios.
|
||||
|
||||
```bash
|
||||
# Imprime e define algumas variáveis de configuração básicas (global)
|
||||
$ git config --global user.email
|
||||
$ git config --global user.name
|
||||
|
||||
# Define e imprime algumas variáveis de configuração básicas (global)
|
||||
$ git config --global user.email "MyEmail@Zoho.com"
|
||||
$ git config --global user.name "My Name"
|
||||
|
||||
$ git config --global user.email
|
||||
$ git config --global user.name
|
||||
```
|
||||
|
||||
[Aprenda mais sobre git config. (EN)](http://git-scm.com/docs/git-config)
|
||||
|
Reference in New Issue
Block a user