From 94002bf0ccb7f37c14cfe7adb050f7373b33be8a Mon Sep 17 00:00:00 2001 From: Benjamin Chadwick <73488828+bchadwic@users.noreply.github.com> Date: Tue, 8 Jun 2021 12:47:44 -0700 Subject: [PATCH 1/3] Update pkg/cmd/browse/browse.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mislav Marohnić --- pkg/cmd/browse/browse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index b0279b7f4..057eb60b3 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -55,7 +55,7 @@ func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command { } cmd := &cobra.Command{ - Long: "Open specific pages in the browser on GitHub", + Long: "Open the GitHub repository in the web browser.", Short: "Open GitHub in the browser", Use: "browse { | }", Args: cobra.RangeArgs(0, 2), From 891f4af69c171d3d7a06d35375a4658f8b119c97 Mon Sep 17 00:00:00 2001 From: Benjamin Chadwick <73488828+bchadwic@users.noreply.github.com> Date: Tue, 8 Jun 2021 12:47:56 -0700 Subject: [PATCH 2/3] Update pkg/cmd/browse/browse.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mislav Marohnić --- pkg/cmd/browse/browse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index 057eb60b3..d8db3c9aa 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -56,7 +56,7 @@ func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command { cmd := &cobra.Command{ Long: "Open the GitHub repository in the web browser.", - Short: "Open GitHub in the browser", + Short: "Open the repository in the browser", Use: "browse { | }", Args: cobra.RangeArgs(0, 2), Example: heredoc.Doc(` From 9fe986a48041288cdddaf155cbbedd6dc862bc48 Mon Sep 17 00:00:00 2001 From: Benjamin Chadwick <73488828+bchadwic@users.noreply.github.com> Date: Tue, 8 Jun 2021 12:48:17 -0700 Subject: [PATCH 3/3] Update pkg/cmd/browse/browse.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mislav Marohnić --- pkg/cmd/browse/browse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index d8db3c9aa..fabf40c76 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -61,7 +61,7 @@ func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command { Args: cobra.RangeArgs(0, 2), Example: heredoc.Doc(` $ gh browse - #=> Open current repository to the default branch + #=> Open the home page of the current repository $ gh browse 217 #=> Open issue or pull request 217