“Configurar git en Windows” Código de respuesta

Configurar git en Windows

$ git config --global user.name <username> # eg git config --global user.name "Jane Doe"
$ git config --global user.email <email-address> # eg git config --global user.email "[email protected]"
$ git config --global core.editor "code --wait"
$ git config --global init.defaultBranch main
$ git config --global core.autocrlf true
forinda

Instale Git en Windows 10

git config --global user.name "github_username"
Said HR

Respuestas similares a “Configurar git en Windows”

Preguntas similares a “Configurar git en Windows”

Más respuestas relacionadas con “Configurar git en Windows” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código