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"
695
695
draw_box " USER MANAGEMENT" " gitssh user add Add new user account
696
696
gitssh user remove <user> Remove user account
697
697
gitssh 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
699
701
gitssh user status Show current user status"
700
702
printf " \n"
701
703
@@ -729,7 +731,7 @@ gitssh push [opts] Enhanced git push with verification"
729
731
730
732
# Remote Management
731
733
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
733
735
gitssh remote check Check remote configuration
734
736
gitssh remote list List all remotes with details"
735
737
printf " \n"
You can’t perform that action at this time.
0 commit comments