|
39 | 39 | - [**Prebuilt dev environments**](https://www.gitpod.io/docs/configure/projects/prebuilds) - Gitpod continuously prebuilds all your git branches similar to a CI server. Control how Gitpod pre-configures and initializes environments before you even start a workspace through tasks commands in your .gitpod.yml. No more watching apt-get or npm install again.
|
40 | 40 | - [**Secure**](https://www.gitpod.io/security) - Each Gitpod workspace or prebuild runs on a secured single-use container providing fast startup times without compromising on security. Gitpod generates SLSA level 1 compliant provenance. Gitpod is also GDPR and SOC2 compliant. And, of course, Gitpod is open-source and available for review by everyone.
|
41 | 41 | - **Workspaces based on Docker** - Gitpod instantly starts a container in the cloud based on an (optional) [Docker image](https://www.gitpod.io/docs/config-docker/). If you’re already using Docker, you can easily re-use your Docker file.
|
42 |
| -- **GitLab, GitHub, and Bitbucket integration** - Gitpod seamlessly [integrates](https://www.gitpod.io/docs/configure/authentication) into your workflow and works with all major Git hosting platforms including GitHub, GitLab, and Bitbucket. |
| 42 | +- **GitLab, GitHub, Bitbucket and Azure DevOps integration** - Gitpod seamlessly [integrates](https://www.gitpod.io/docs/configure/authentication) into your workflow and works with all major Git hosting platforms including GitHub, GitLab, Bitbucket, and Azure DevOps. |
43 | 43 | - **Integrated code reviews** - with Gitpod you can do native code reviews on any PR/MR. No need to switch contexts anymore and clutter your local machine with your colleagues' PR/MR.
|
44 | 44 | - **Collaboration** - invite team members to your dev environment or snapshot of any state of your dev environment to share it with your team asynchronously.
|
45 | 45 | **Professional & customizable developer experience** - a Gitpod workspace gives you the same capabilities as your Linux machine - pre-configured and optimized for your development workflow. Install any [VS Code extension](https://www.gitpod.io/docs/references/ides-and-editors/vscode-extensions) with one click on a user and/or team level. You can also bring your [dotfiles](https://www.gitpod.io/docs/configure/user-settings/dotfiles#dotfiles) and customize your dev environment as you like.
|
|
50 | 50 | - **Browser**:
|
51 | 51 | - Using Gitpod dashboard [gitpod.io/new](https://gitpod.io/new).
|
52 | 52 | - Add `gitpod.io/# `as a prefix to any of your GitHub/ GitLab/ Bitbucket repository, like [this](https://gitpod.io/#https://github.com/gitpod-io/template-typescript-react)
|
53 |
| -- **CLI**: You can also [install Gitpod CLI](https://www.gitpod.io/docs/references/gitpod-cli#installation) and create your first workspace directly from your terminal :) |
| 53 | +- **CLI**: You can also [install the Gitpod CLI](https://www.gitpod.io/docs/references/gitpod-cli#installation) and create your first workspace directly from your terminal :) |
54 | 54 |
|
55 | 55 |
|
56 | 56 | ## Documentation
|
@@ -83,7 +83,7 @@ You can upvote popular feature requests or create a new one.
|
83 | 83 | During the development of Gitpod, we also developed some of our infrastructure toolings to make development easier and more efficient. To this end, we've developed many open-source projects including:
|
84 | 84 | - [Workspace images](https://github.com/gitpod-io/workspace-images): Ready to use docker images for Gitpod workspaces
|
85 | 85 | - [OpenVSCode Server](https://github.com/gitpod-io/openvscode-server): Run the latest VS Code on a remote machine accessed through a browser
|
86 |
| -- [Gitpod browser extension](https://github.com/gitpod-io/browser-extension): It adds a Gitpod button to the configured GitLab, GitHub and Bitbucket installations |
| 86 | +- [Gitpod browser extension](https://github.com/gitpod-io/browser-extension): It adds a Gitpod button to the configured GitLab, GitHub, Bitbucket and Azure DevOps installations |
87 | 87 | - [Leeway](https://github.com/gitpod-io/leeway) - A heavily caching build system
|
88 | 88 | - [Dazzle](https://github.com/gitpod-io/dazzle) - An experimental Docker image builder
|
89 | 89 | - [Werft](https://github.com/csweichel/werft) - A Kubernetes native CI system
|
|
0 commit comments