We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-upstream
1 parent fa95f3a commit 6045a59Copy full SHA for 6045a59
1 file changed
pkg/cmd/repo/clone/clone.go
@@ -61,8 +61,7 @@ func NewCmdClone(f *cmdutil.Factory, runF func(*CloneOptions) error) *cobra.Comm
61
the remote after the owner of the parent repository.
62
63
If the repository is a fork, its parent repository will be set as the default remote repository.
64
-
65
- To skip adding the upstream remote entirely, use %[1]s--no-upstream%[1]s.
+ To skip this behavior, use %[1]s--no-upstream%[1]s.
66
`, "`"),
67
Example: heredoc.Doc(`
68
# Clone a repository from a specific org
0 commit comments