File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -695,7 +695,9 @@ gitssh help Show comprehensive help"
695695 draw_box " USER MANAGEMENT" " gitssh user add Add new user account
696696gitssh user remove <user> Remove user account
697697gitssh user list List all configured users
698- gitssh user switch <user> Switch to user globally
698+ gitssh switch <user> Switch to user for current session
699+ gitssh user switch <user> Switch to user locally
700+ gitssh user switch -g <user> Switch to user globally
699701gitssh user status Show current user status"
700702 printf " \n"
701703
@@ -729,7 +731,7 @@ gitssh push [opts] Enhanced git push with verification"
729731
730732 # Remote Management
731733 draw_box " REMOTE MANAGEMENT" " gitssh remote convert Convert HTTPS remote to SSH
732- gitssh remote add <n > <u > Add remote with SSH conversion
734+ gitssh remote add <name > <url > Add remote with SSH conversion
733735gitssh remote check Check remote configuration
734736gitssh remote list List all remotes with details"
735737 printf " \n"
You can’t perform that action at this time.
0 commit comments