We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3863e3 commit db77f2dCopy full SHA for db77f2d
pkg/cmd/config/config.go
@@ -73,6 +73,8 @@ func NewCmdConfigSet(f *cmdutil.Factory) *cobra.Command {
73
Example: heredoc.Doc(`
74
$ gh config set editor vim
75
$ gh config set editor "code --wait"
76
+ $ gh config set git_protocol ssh
77
+ $ gh config set prompt disabled
78
`),
79
Args: cobra.ExactArgs(2),
80
RunE: func(cmd *cobra.Command, args []string) error {
0 commit comments