Skip to content

Instantly share code, notes, and snippets.

View fernandoAlfaro00's full-sized avatar
馃

fernandoAlfaro00

馃
View GitHub Profile

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@fernandoAlfaro00
fernandoAlfaro00 / GIT.md
Created January 6, 2021 16:04 — forked from dasdo/GIT.md
Lista de Comandos en GIT

Configuraci贸n B谩sica

Configurar Nombre que salen en los commits

	git config --global user.name "dasdo"

Configurar Email

	git config --global user.email [email protected]