mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
small changes to the commitOptions phrasing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user