Skip to content

Instantly share code, notes, and snippets.

View marioballe's full-sized avatar
🤘
Eat pasta, write fasta!

Mario Ballester marioballe

🤘
Eat pasta, write fasta!
View GitHub Profile
@marioballe
marioballe / GIT.md
Created July 1, 2022 07:30 — 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]