Skip to main content

Version Control

Coalesce leverages Git style version control to manage changes to your project.

Supported Providers

Provider Not Listed

If you provider is not listed, you might still be able to connect if your repo is:

  • Version control repository is available to Coalesce through the public internet.
  • Authentication to your version control provider is available using a Personal Access Token.

We have not tested every available version control provider.

The Git Modal

  1. Current Branch - This is the branch you are working on or have checked out.
  2. Commit - This tab contains information about your commit. A commit is any changes you’ve made while working. Learn more in Commits.
  3. Branches - This tab will list any available branches. Learn more in Branches.
  4. Fetch - Fetch will check the repository for any recent changes.
Coalesce Git modal

Resources