Skip to content

Commit b613177

Browse files
committed
remote command instruction updates
1 parent a030bc2 commit b613177

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gitssh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ REPOSITORY OPERATIONS:
509509
push [opts] Enhanced git push with verification
510510
511511
REMOTE MANAGEMENT:
512+
remote, remotes Show git repository remotes
512513
remote convert Convert HTTPS remote to SSH
513514
remote add <name> <url> Add remote with SSH conversion
514515
remote check Check remote configuration

modules/gitssh-commands.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ git_info() {
5656
case "$protocol" in
5757
https)
5858
printf "Protocol: HTTPS\n"
59-
_print_info "Consider 'ssh_remote' for passwordless access"
59+
_print_info "Consider 'gitssh remote convert' for passwordless ssh access"
6060
;;
6161
ssh)
6262
printf "Protocol: SSH\n"
@@ -142,7 +142,7 @@ git_status() {
142142
case "$protocol" in
143143
https)
144144
printf "Remote type: HTTPS "
145-
_print_color yellow "(consider 'ssh_remote' for passwordless)"
145+
_print_color yellow "(consider 'gitssh remote convert' for passwordless ssh access)"
146146
printf "\n"
147147
;;
148148
ssh)

0 commit comments

Comments
 (0)