Skip to content

Instantly share code, notes, and snippets.

View MichGM's full-sized avatar
🎯
Focusing

Michel Gil M. MichGM

🎯
Focusing
View GitHub Profile
@MichGM
MichGM / GIT.md
Created September 28, 2022 00:29 — 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 dasdo1@gmail.com