Skip to main content

Using Git to Develop Applications

Git integration enables you to manage your application’s source code in a Git repository. By enabling Git on your application, you can store your project locally in your browser (LocalDataStore) and push or pull changes to and from a remote repository.

New here? Start with The Development Lifecycle for the end-to-end path a change takes from your workspace to production. The pages below cover each part in depth.

Getting started

Working day to day

Guidance and troubleshooting