- [x] clone something without user slug
- [x] clone something that already exists locally
- [x] clone non-existent project
- [ ] clone project without access
- [x] clone non-existent branch
- [x] clone branch from project that we don't have locally
- [x] clone branch from project that we do have locally
- [ ] clone syntax: /branch (should use current project)
- [x] clone syntax: project (should use branch "main")
- [x] clone syntax: project/branch
- [x] create project that exists
- [x] create project that doesn't exist
- [x] switch to existing branch
- [x] switch to new branch from inside project
- [x] switch to new branch from outside project