X-Git-Url: http://git.cascardo.info/?p=cursogit.git;a=blobdiff_plain;f=Git_config.mdwn;h=7c3aba085f4ed864c50ae918877d4f4fad550c70;hp=6bd3dc63151532dbbd584a2dc632f864c587cf38;hb=264b86cb6196d75c7694919352b9d6792346dcc8;hpb=807459188a6febdec43ab321b0ea833d11923dd8 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$