Git Integration

Coalesce leverages git version control to manage changes to your project. If you are new to Git, checkout our Resources.

Supported Git Providers

📘

Provider Not Listed

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

  • Git repository is available to Coalesce through the public internet.
  • Authentication to Git is available using a Personal Access Token.

We have not tested every available Git provider.

The Git Modal

  1. Current Branch - This is the branch you are working on.
  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.

Resources