File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -509,6 +509,7 @@ REPOSITORY OPERATIONS:
509509 push [opts] Enhanced git push with verification
510510
511511REMOTE 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments