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 f246a47 commit 0e3522fCopy full SHA for 0e3522f
docs/interfaces/models.md
@@ -20,7 +20,7 @@ or customize the source name and revision:
20
source = Source(
21
repo="https://github.com/jacebrowning/gitman-demo",
22
name="my-demo", # defaults to repository name
23
- rev="my-branch", # defaults to 'main'
+ rev="my-branch", # defaults to 'HEAD'
24
)
25
```
26
0 commit comments