Teams
Summary
Collaborate on knowledge with a team.
There are many ways to collaborate on knowledge with a team - in this section, we'll go over the recommended approach of collaboration by sharing your workspace as a git repository.
Getting Started
From Quickstart
Go to text β
This guide will go over setting up the workspace for a team of engineers.
Steps when using Github
- Go to eng-workspace-starter and click use this template to create your own copy of the repo.
- Share the repo with team members and make sure they have permission to read/write to this repository
Steps when using another git provider
- Clone eng-workspace-starter locally
git clone https://github.com/dendronhq/eng-workspace-starter.git
- Remove the existing origin and add your own
git remote remove orgiin git remote add origin {YOUR_ORIGIN} git branch -M main git push -u origin main
- Share the repo with team members and make sure they have permission to read/write to this repository
Related
- See the Dendron handbook to see how we organize our own teams workspace
Children
Backlinks