Skip to main content

Using Git to Develop Applications

Git integration lets you manage your application's source in a Git repository. Koodisi keeps a working copy in your browser and pushes and pulls against your remote — GitHub, GitLab, Azure DevOps, or a self-hosted server. For a team, Git is not just a backup: it is the collaboration model that lets several developers build one integration without overwriting each other.

New here? Start with The Development Lifecycle for the end-to-end path a change takes from your workspace to production, and which stages happen in Koodisi versus your Git provider. The pages below cover each part in depth.

Getting started

Working day to day

Collaborating as a team

Policies and governance

Guidance and troubleshooting

Where to start

If you are setting up for a team, read The Development Lifecycle, then agree the working model in Parallel Development with Multiple Developers before anyone creates a branch.