How to Collaborate with Git
Step-by-step guide to using Git workflows for documentation collaboration, including branching, reviewing, and merging.
NeoArc Studio stores documentation as JSON files in Git, enabling standard development workflows for documentation collaboration. This guide covers common Git workflows for teams.
Initial Setup
Initialise Repository
Configure NeoArc Studio
Daily Workflow
Pull Latest Changes
Make Changes
Commit Changes
Push Changes
Branch-Based Workflow
Create a Branch
Work on the Branch
Create a Pull Request
Merge and Clean Up
Handling Merge Conflicts
Everything in NeoArc Studio is a file. Your diagrams, documents, and schemas live in Git alongside your code, with full version history and standard collaboration workflows.
Connect NeoArc Studio with GitHub repositories for source control, collaboration, and CI/CD workflows.
Connect NeoArc Studio with Azure DevOps for source control with Azure Repos and CI/CD with Azure Pipelines.
Connect NeoArc Studio with GitLab repositories for source control and GitLab CI/CD for automated publishing.