From db77f2dc66c5ece25ea96b36dffb5c475ec52771 Mon Sep 17 00:00:00 2001 From: Amanda Pinsker Date: Mon, 14 Sep 2020 12:42:13 -0400 Subject: [PATCH] Add examples --- pkg/cmd/config/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cmd/config/config.go b/pkg/cmd/config/config.go index 6dd0f528c..e5e9d170a 100644 --- a/pkg/cmd/config/config.go +++ b/pkg/cmd/config/config.go @@ -73,6 +73,8 @@ func NewCmdConfigSet(f *cmdutil.Factory) *cobra.Command { Example: heredoc.Doc(` $ gh config set editor vim $ gh config set editor "code --wait" + $ gh config set git_protocol ssh + $ gh config set prompt disabled `), Args: cobra.ExactArgs(2), RunE: func(cmd *cobra.Command, args []string) error {