Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/more-info/dynamic-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To tell GitVersion.exe to obtain the repository on the fly, you need to call `Gi
* /b [branch name]
* /c [commit id]

Please note that these arguments (and their usage) are described [here.](https://github.com/ParticularLabs/GitVersion/wiki/Command-Line-Tool)
Please note that these arguments are described when calling `GitVersion.exe /?`.

Also, be aware that if you don't specify the `/b` argument (branch name) then GitVersion will currently fallback to targeting whatever the default branch name happens to be for the repo. This could lead to incorrect results, so for that reason it's recommended to always explicitly specify the branch name.

Expand Down