Frontend for GitMan for switching quickly to other repositories.
You should read GitMan's readme to learn how to configure it.
Follow the instructions in the Marketplace, or run the following in the command palette:
ext install fabiospampinato.vscode-gitman
It adds 2 commands to the command palette:
'GitMan: Open' // Open a repository in the current window
'GitMan: Open in New Window' // Open a repository in a new window
It adds 2 shortcuts:
'Cmd/Ctrl+Alt+P' // Triggers `GitMan: Open`
'Cmd/Ctrl+Alt+Shift+P' // Triggers `GitMan: Open in New Window`
MIT © Fabio Spampinato