Skip to content

Commit

Permalink
clarified the term VCS in the glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
elft3r committed May 8, 2024
1 parent e529ee6 commit 1ba604a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions runatlantis.io/contributing/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,14 @@ abstraction and forwards the call to the respective function.

VCS stands for Version Control System.

Atlantis supports different VCSs. Each VCS requires a custom implementation that
abstracts the Atlantis functionalities to the specific VCS implementations.
Atlantis supports only git as a Version Control System. However, there is
support for multiple VCS Providers. Currently, it supports the following
providers:

- [Azure DevOps](https://azure.microsoft.com/en-us/products/devops)
- [BitBucket](https://bitbucket.org/)
- [GitHub](https://github.com/)
- [GitLab](https://gitlab.com/)
- [Gitea](https://gitea.com/)

The term VCS is used for both git and the different VCS providers.

0 comments on commit 1ba604a

Please sign in to comment.