With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
To begin developing your Cloud Platform application, make a local copy of the application code by checking it out from its Cloud Platform code repository. Start in the location on your local computer where you want to create your repository.
To clone the entire repository to your local directory, use the following command:
git clone [code_repository]where [code_repository] is the URL of the Cloud Platform code repository.
You can obtain the repository URL from either the Environments page, or by using the following method to obtain the information from the Git information panel:
Click Actions > View Git Information.
In the Git Information panel, the repository URL is the value in the URL field.
Click the Copy icon to copy the URL to your clipboard.
After you check out a copy of your code, you can make changes in the local code repository and then commit your code changes back to the remote code repository on Cloud Platform.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.