upstream: use the public clone url in the example
The GitTags adapter listed an internal forge among its three example remotes; the public one demonstrates the same arbitrary-remote shape without naming private infrastructure.
This commit is contained in:
parent
b9dcf1828a
commit
4d9e083715
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import (
|
||||||
// source_ref shape: a clone URL — anything go-git can resolve. Examples:
|
// source_ref shape: a clone URL — anything go-git can resolve. Examples:
|
||||||
// - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
|
// - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
|
||||||
// - https://git.savannah.gnu.org/git/coreutils.git
|
// - https://git.savannah.gnu.org/git/coreutils.git
|
||||||
// - http://10.10.20.120:4455/Fimeg/RedFlag.git
|
// - https://forge.caseytunturi.com/Fimeg/RedFlag.git
|
||||||
//
|
//
|
||||||
// Auth: anonymous. For private repos, prefer the dedicated github/gitea/
|
// Auth: anonymous. For private repos, prefer the dedicated github/gitea/
|
||||||
// gitlab/bitbucket adapters which honor their respective token env vars.
|
// gitlab/bitbucket adapters which honor their respective token env vars.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue