small changes to the commitOptions phrasing

This commit is contained in:
leanne
2025-03-11 08:44:32 -07:00
parent b41797e7d5
commit f5907dd72b

View File

@@ -29,11 +29,11 @@ To generate this `repos.csv`, we recommend using "[repo fetchers](https://github
## commitOptions.txt
This is an optional file, which allows for custom commit options for individual repositories. When no commit options are provided for a specific repositories we will use the default commit options which are specified in that [agent configuration](agent-variables.md#all-agent-configuration-variables) or all commit options if no default are provided.
This is an optional file, which allows for custom commit options for individual repositories. When no commit options are provided for a specific repositories we will fall back the default commit options which are specified in the [agent configuration](agent-variables.md#all-agent-configuration-variables) or all commit options if no default are provided.
If you want to provide specific commit options for specific repositories, these can be provided in a text file with the following format:
```text
My_Organzation_ID_1=Branch,PullRequest
My_Organzation_ID_2=Branch,Direct,PullRequest
My Organzation ID 1=Branch,PullRequest
My Organzation ID 2=Branch,Direct,PullRequest
```
## idMapping.txt