Configurar Nombre que salen en los commits
git config --global user.name "dasdo"
Configurar Email
git config --global user.email [email protected]
| [ | |
| { | |
| "codigo": "0102", | |
| "nombre": "Banco de Venezuela, S.A. Banco Universal", | |
| "rif": "G200099976" | |
| }, | |
| { | |
| "codigo": "0104", | |
| "nombre": "Venezolano de Crédito, S.A. Banco Universal", | |
| "rif": "J000029709" |
Configurar Nombre que salen en los commits
git config --global user.name "dasdo"
Configurar Email
git config --global user.email [email protected]
| # | |
| # ServerRoot: The top of the directory tree under which the server's | |
| # configuration, error, and log files are kept. | |
| # | |
| # Do not add a slash at the end of the directory path. If you point | |
| # ServerRoot at a non-local disk, be sure to point the LockFile directive | |
| # at a local disk. If you wish to share the same ServerRoot for multiple | |
| # httpd daemons, you will need to change at least LockFile and PidFile. |