Skip to content

Instantly share code, notes, and snippets.

View ayebra's full-sized avatar
📲
Enfoque

Andrea Yebra ayebra

📲
Enfoque
  • Martech
  • Mexicali, Baja California
View GitHub Profile
@ayebra
ayebra / Comandos git.txt
Created June 13, 2018 22:30 — forked from MacoChave/Comandos git.txt
Comandos de uso para git y github.
-----------------------------------------------------
GIT
-----------------------------------------------------
--------------------CONFIGURAR GIT-------------------
git config --global user.name ->OBTIENE O ESTABLECE EL USER NAME
git config --global user.email ->OBTIENE O ESTABLECE EL USER EMAIL
git config --global color.ui true ->ESTABLECE TRUE O FALSE PARA COLOREAR LOS CAMBIOS
git config --global --list ->LISTA LAS CONFIGURACIONES HECHAS
@MacoChave
MacoChave / Comandos git.txt
Last active July 16, 2021 06:43
Comandos de uso para git y github.
-----------------------------------------------------
GIT
-----------------------------------------------------
--------------------CONFIGURAR GIT-------------------
git config --global user.name ->OBTIENE O ESTABLECE EL USER NAME
git config --global user.email ->OBTIENE O ESTABLECE EL USER EMAIL
git config --global color.ui true ->ESTABLECE TRUE O FALSE PARA COLOREAR LOS CAMBIOS
git config --global --list ->LISTA LAS CONFIGURACIONES HECHAS