Git Integration

Version control your API collections with Git.

Overview

Echolon stores collections as plain-text files, making them perfect for version control with Git. Track changes, collaborate with your team, and maintain a history of your API definitions.

Setup

Point Echolon to an existing Git repository or initialize a new one. Your collections and environments will be saved as structured files that Git can track.

Workflow

  • Make changes to your collections in Echolon
  • Commit changes using your preferred Git client
  • Pull changes from teammates
  • Resolve conflicts using standard Git tools