Skip to content

Commit ffe0899

Browse files
committed
Add notes about GHE support for git_protocol
1 parent 487dd06 commit ffe0899

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pkg/cmd/repo/clone/clone.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ func cloneRun(opts *CloneOptions) error {
6969
if err != nil {
7070
return err
7171
}
72+
// TODO: GHE support
7273
protocol, err := cfg.Get("", "git_protocol")
7374
if err != nil {
7475
return err

pkg/cmd/repo/create/create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ func createRun(opts *CreateOptions) error {
147147
if err != nil {
148148
return err
149149
}
150+
// TODO: GHE support
150151
protocol, err := cfg.Get("", "git_protocol")
151152
if err != nil {
152153
return err

pkg/cmd/repo/fork/fork.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ func forkRun(opts *ForkOptions) error {
186186
if err != nil {
187187
return err
188188
}
189+
// TODO: GHE support
189190
protocol, err := cfg.Get("", "git_protocol")
190191
if err != nil {
191192
return err

0 commit comments

Comments
 (0)