Skip to content

Commit d3f56ba

Browse files
Update README.md
1 parent 125b002 commit d3f56ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Available options and flags include:
6363
`--branches`: The number of branches to generate in the dummy Git repo, defaults to 1.
6464
`--git-dir`: The path at which to store the dummy Git repo, defaults to current directory.
6565

66-
## Basic command examples
67-
Generate a dummy Git repo called "cheese" with 10 commits on your Desktop:
66+
## Command examples
67+
Generate a dummy Git repo called "cheese" on your Desktop, with 2 branches and 10 commits on each branch:
6868

6969
```console
70-
$ git-dummy --name=cheese --commits=10 --git-dir=~/Desktop
70+
$ git-dummy --name=cheese --branches=2 --commits=10 --git-dir=~/Desktop
7171
```
7272

7373
For convenience, environment variables can be set for any command-line option available in git-dummy. All environment variables start with `git_dummy_` followed by the name of the option.

0 commit comments

Comments
 (0)