From ce43447f7774fd04aa49b7c307dc5dd0e29ee7bd Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:33:30 +0530 Subject: [PATCH] Create vcs.md --- docs/services/vcs.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/services/vcs.md diff --git a/docs/services/vcs.md b/docs/services/vcs.md new file mode 100644 index 0000000000..0c66a214b3 --- /dev/null +++ b/docs/services/vcs.md @@ -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.