Skip to content

Instantly share code, notes, and snippets.

View starkymc's full-sized avatar
🎯
Focusing

Starky starkymc

🎯
Focusing
View GitHub Profile
@starkymc
starkymc / GIT.md
Created November 19, 2022 17:39 — 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