1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Merge branch 'feat-git-integration' of https://github.com/appwrite/appwrite into feat-git-integration

This commit is contained in:
Matej Bačo 2023-07-25 10:04:08 +02:00
commit 44352e727d

3
docs/services/vcs.md Normal file
View file

@ -0,0 +1,3 @@
The VCS (Version Control System) service in Appwrite provides a way to interact with VCS providers like Git, GitHub etc. and manage your code repositories. You can use it to install the VCS app or to create, list, and delete repositories. You can also use the VCS service to clone, push, and pull code from your repositories.
The VCS service helps you to either link an existing code repository to your Appwrite Function or to create a new repository from scratch using one of the available templates. If you link a repository to an Appwrite Function, it automatically creates a new deployment for every `push` event.