Logo
NeoArc Studio

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