Skip to content

Instantly share code, notes, and snippets.

View marcelozepeunam's full-sized avatar

marcelozepe marcelozepeunam

View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active May 13, 2026 21:53
Conventional Commits Cheatsheet
@dasdo
dasdo / GIT.md
Last active May 6, 2026 01:48
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]