scroll-to-bottom-btn branch:

warsaw-v2, is the directory name.)
When you create a new workspace, Conductor will create a new branch for it. When you start your first chat, Conductor will instruct the agent to rename this branch to match what you’re working on.
Switching branches
If what you’re working on changes, you can check out a different branch:Starting from an existing branch
If you have an existing branch and you want to start a new workspace from it, you can follow these steps:- Use ⌘ + shift + N or click the
...icon next to the “New workspace” button - Choose the “Branches” tab and select a branch
One workspace per branch
A branch can only be checked out in one workspace at a time. If you want to check out thescroll-to-bottom-btn branch in tokyo, but you already have
that branch checked out in warsaw, try one of these:
- In
tokyo, rungit checkout -b scroll-to-bottom-btn-2 scroll-to-bottom-btnto create a new branch based off ofscroll-to-bottom-btn - In
warsaw, switch to any other branch (e.g.,git checkout -b dummy), then intokyorungit checkout scroll-to-bottom-btn
