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 55ad487 commit be92352Copy full SHA for be92352
git_repo/repo.py
@@ -62,7 +62,7 @@
62
Configuration options:
63
alias Name to use for the git remote
64
url URL of the repository
65
- token Private token to use for connecting to the service
+ fqdn URL of the repository
66
type Name of the service to use (github, gitlab, bitbucket)
67
68
Configuration example:
@@ -74,7 +74,7 @@
74
[gitrepo "personal"]
75
type = gitlab
76
token = yourapitoken
77
- url = http://custom.org
+ fqdn = custom.org
78
79
{self} version {version}, Copyright ⓒ2016 Bernard `Guyzmo` Pratz
80
{self} comes with ABSOLUTELY NO WARRANTY; for more informations
0 commit comments