Skip to content

Commit db77f2d

Browse files
author
Amanda Pinsker
authored
Add examples
1 parent c3863e3 commit db77f2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ func NewCmdConfigSet(f *cmdutil.Factory) *cobra.Command {
7373
Example: heredoc.Doc(`
7474
$ gh config set editor vim
7575
$ gh config set editor "code --wait"
76+
$ gh config set git_protocol ssh
77+
$ gh config set prompt disabled
7678
`),
7779
Args: cobra.ExactArgs(2),
7880
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)