How can a user resume an existing Codespace that is bound to a repository? (Each correct answer presents a complete solution. Choose two.)
Use the git CLI with the codespace parameter (e.g., " git codespace code -web " ).
Browse to the repository in GitHub.com, press the comma V key and select Resume this codespace.
Open https://github.com/codespaces in the browser, select the repository, and then select the existing Codespace.
Browse to the repository in GitHub.com and press the period " . " key.
Submit