“Configure o git” Respostas de código

Config git

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
Tame Toad

Defina o nome de usuário Git

git config --global user.name "My Name"
Tremendous Enceladus

Set Git Editor

$ git config --global core.editor vim
Elated Emu

Configure o git

//add username
git config --global user.name "your_username"

//add email
git config --global user.email "[email protected]"

//check configuration
git config --global --list
Unsightly Unicorn

Config git

git config --global user.name "John Doe"
git config --global user.email [email protected]
Perfect Platypus

Config git

$ git config --list --show-origin
Comfortable Cow

Respostas semelhantes a “Configure o git”

Perguntas semelhantes a “Configure o git”

Mais respostas relacionadas para “Configure o git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código