Next: , Up: Отправка исправлений   [Contents][Index]


22.10.1 Конфигурирование Git

Если вы ещё этого не сделали, вы можете установить имя и адрес электронной почты, которые будут ассоциированы с вашими коммитами (see Telling Git your name in Git User Manual). Если вы хотите использовать другое имя или почту только для коммитов в этом репозитории, вы можете использовать git config --local или отредактировать .git/config в репозитории вместо ~/.gitconfig.

Other important Git configuration will automatically be configured when building the project (see Сборка из 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.