Skip to content

Instantly share code, notes, and snippets.

View mperezy's full-sized avatar
Coding

Manuel Pérez mperezy

Coding
  • Freelancer | Fullstack Developer @ Bonzzu - Jemstep
  • Trujillo - Perú
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 dasdo1@gmail.com