X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Git_config.mdwn;h=7c3aba085f4ed864c50ae918877d4f4fad550c70;hb=e69301a06b0b24547d9fe852634235f03360b853;hp=6bd3dc63151532dbbd584a2dc632f864c587cf38;hpb=807459188a6febdec43ab321b0ea833d11923dd8;p=cursogit.git diff --git a/Git_config.mdwn b/Git_config.mdwn index 6bd3dc6..7c3aba0 100644 --- a/Git_config.mdwn +++ b/Git_config.mdwn @@ -22,8 +22,8 @@ em user.name. Exemplos de uso: -~/projeto$ git config --replace user.email segundoemail@dominio.tld.br -~/projeto$ git config --get user.email -segundoemail@dominio.tld.br -~/projeto$ git config --unset user.email -~/projeto$ + ~/projeto$ git config --replace user.email segundoemail@dominio.tld.br + ~/projeto$ git config --get user.email + segundoemail@dominio.tld.br + ~/projeto$ git config --unset user.email + ~/projeto$