Próximo: , Acima: Enviando patches   [Conteúdo][Índice]


22.6.1 Configurando o Git

If you have not done so already, you may wish to set a name and email that will be associated with your commits (veja Telling Git your name em Git User Manual). If you wish to use a different name or email just for commits in this repository, you can use git config --local, or edit .git/config in the repository instead of ~/.gitconfig.

Other important Git configuration will automatically be configured when building the project (veja Compilando do git).