Skip to content

Instantly share code, notes, and snippets.

@angelblasco
Created April 27, 2019 10:01
Show Gist options
  • Select an option

  • Save angelblasco/3da2b714a4e355f2dbd027975e6a649f to your computer and use it in GitHub Desktop.

Select an option

Save angelblasco/3da2b714a4e355f2dbd027975e6a649f to your computer and use it in GitHub Desktop.
Configuracion inicial de Git

CONFIGURACION INICIAL DE GIT

git config --global user.name "angelblasco"
git config --global user.email angel.blasco.m@outlook.com
git config --global core.editors vim
git config --global merge.tool vimdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment