We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f6bd4 commit 1a0e1a5Copy full SHA for 1a0e1a5
README.md
@@ -55,9 +55,9 @@ $ git-dummy -h
55
## Command options and flags
56
Available options and flags include:
57
58
-`--name`: The name of the dummy Git repo.
59
-`--commits`: The number of commits to populate in the dummy Git repo.
60
-`--git-dir`: The path at which to store the dummy Git repo.
+`--name`: The name of the dummy Git repo, defaults to "dummy".
+`--commits`: The number of commits to populate in the dummy Git repo, defaults to 5.
+`--git-dir`: The path at which to store the dummy Git repo, defaults to current directory.
61
62
## Basic command examples
63
Generate a dummy Git repo called "cheese" with 10 commits on your Desktop:
0 commit comments