LinkORB Engineering
Creating a new Codespace takes time and bandwidth.
To improve your workflow (especially when reviewing multiple pull requests (PRs)), switch branches in an existing Codespace instead of creating a new Codespace for each branch/PR on the same fork as follows:
git fetch
to update the Codespace’s list of branches.git branch -a
to list all remote branches.git switch <branchName>
or git checkout <branchName>
to switch to the branch you wish to review.#github-codespaces
)