Projects
A project in Conduit represents a git repository you work with.
What is a Project?
- A project is tied to a specific git repository
- Projects contain one or more workspaces
- Each workspace corresponds to a git branch
Adding Projects
- Press
Ctrl+Nto open the project picker - Press
Ctrl+Ato add a new repository - Enter the path to your git repository
Project Tree
The sidebar displays your projects in a tree structure:
Project Name
├── main (workspace)
├── feature-branch (workspace)
└── bugfix (workspace)
Managing Projects
From the sidebar:
r— Add a new repositoryx— Archive or remove a projects— Open settings