“Configurar git no Windows” Respostas de código

Configurar git no 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 o git no Windows 10

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

Respostas semelhantes a “Configurar git no Windows”

Perguntas semelhantes a “Configurar git no Windows”

Mais respostas relacionadas para “Configurar git no Windows” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código