Skip to content

Instantly share code, notes, and snippets.

View aNDREUET648's full-sized avatar

Andreu Garcia Coll aNDREUET648

  • Palma de Mallorca
View GitHub Profile
@aNDREUET648
aNDREUET648 / GIT.md
Created October 11, 2021 10: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 dasdo1@gmail.com