From 98aad0feb383c3149839637150fd26ab98a3b978 Mon Sep 17 00:00:00 2001 From: Marcel Ribeiro-Dantas Date: Sun, 17 Jul 2022 16:57:22 +0200 Subject: Add examples to git-config in pt-br --- pt-br/git-pt.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pt-br/git-pt.html.markdown') diff --git a/pt-br/git-pt.html.markdown b/pt-br/git-pt.html.markdown index 235b3fdd..2cc1c337 100644 --- a/pt-br/git-pt.html.markdown +++ b/pt-br/git-pt.html.markdown @@ -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) -- cgit v1.2.3