github.com/buildtool/build-tools@v0.2.29-0.20240322150259-6a1d0a553c23/www/docs/config/git.md (about)

     1  # Git
     2  
     3  The `git` key in `.buildtools.yaml` defines the git configuration used for the project.
     4  This will primarily be used for CI pipelines to push deployment descriptors images,
     5  i.e the `promote` command.
     6  
     7  |      Key              |                   Description       |
     8  | :-------------------- | :---------------------------------- |
     9  | `name`                | The name to use as author for the [commit] message |
    10  | `email`               | The email to use as author for the [commit] message |
    11  | `key`                 | Override the default ssh key (`~/.ssh/id_rsa`) |
    12  
    13  [commit]: https://git-scm.com/docs/git-commit