1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Create vcs.md

This commit is contained in:
Khushboo Verma 2023-07-25 13:33:30 +05:30 committed by GitHub
parent 743c214a66
commit ce43447f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.