Skip to content

Instantly share code, notes, and snippets.

View mperezy's full-sized avatar
Coding

Manuel Pérez mperezy

Coding
View GitHub Profile
@mperezy
mperezy / GIT.md
Created January 26, 2018 20:55 — 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]