Skip to content

Commit

Permalink
Empty the correct cell
Browse files Browse the repository at this point in the history
  • Loading branch information
logical-1985516 committed Jul 5, 2024
1 parent 04b0a1b commit c43fc27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/ug/authorConfigSyntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ To specify multiple `Repository's Location` in a single row, we can use a semico

Below is an example:

| Repository's Location | Branch | Author's Git Host ID | ... Hidden columns |
|---------------------------------------------------------------------------------------|--------|----------------------|--------------------|
| `https://github.com/reposense/RepoSense.git;https://github.com/MarkBind/markbind.git` | -- | sikai00 | -- |
| Repository's Location | Branch | Author's Git Host ID | ... Hidden columns |
|---------------------------------------------------------------------------------------|---------|----------------------|-----------------------|
| `https://github.com/reposense/RepoSense.git;https://github.com/MarkBind/markbind.git` | master | sikai00 | -- |

We have now furnished author details for both repositories in a single row, instead of having two individual rows per `Repository's Location`.

Expand All @@ -34,9 +34,9 @@ To list out one or more branches for a particular `Repository's Location`, we ca

Below is an example:

| Repository's Location | Branch | Author's Git Host ID | ... Hidden columns |
|------------------------------------------------------------------------|----------|----------------------|-----------------------|
| `https://github.com/reposense/RepoSense.git~master\|release\|cypress` | master | sikai00 | -- |
| Repository's Location | Branch | Author's Git Host ID | ... Hidden columns |
|------------------------------------------------------------------------|----------|----------------------|--------------------|
| `https://github.com/reposense/RepoSense.git~master\|release\|cypress` | | sikai00 | -- |

We have now provided author details for three different branches in a single repo, using a single row.

Expand Down

0 comments on commit c43fc27

Please sign in to comment.