Suivant: Envoyer une série de correctifs, Monter: Envoyer des correctifs [Table des matières][Index]
Si vous ne l’avez pas encore fait, vous devriez indiquer un nom et une
adresse de courriel qui seront associés à vos commits (voir Telling Git your name dans Git User Manual). Si vous
souhaitez utiliser un nom ou une adresse différent pour les commits de ce
dépôt, vous pouvez utiliser git config --local
, ou modifier
.git/config dans le dépôt au lieu de ~/.gitconfig.
Other important Git configuration will automatically be configured when building the project (voir Construire depuis Git). A .git/hooks/commit-msg hook will be installed that embeds ‘Change-Id’ Git trailers in your commit messages for traceability purposes. It is important to preserve these when editing your commit messages, particularly if a first version of your proposed changes was already submitted for review. If you have a commit-msg hook of your own you would like to use with Guix, you can place it under the .git/hooks/commit-msg.d/ directory.