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
Prerequisites:
To push Drupal application code into your Code Studio project, use one of the following options:
Prerequisites:
To push an existing Drupal application repository into Code Studio:
Navigate to the Drupal project directory on your local machine or on Cloud IDE:
cd <git-repository-path> To use multiple remotes to manage the repository, add your repository to remote with the name codestudio:
git remote add codestudio https://code.acquia.com/[gitlab-group]/[gitlab-project-name].git To use only Code Studio to manage the repository, add your repository to remote with the name origin:
git remote add origin https://code.acquia.com/[gitlab-group]/[gitlab-project-name].git Push the code from the project root to Code Studio:
git add .
git commit -m "Installed site"
git push <REMOTE> <BRANCHNAME> Ensure that your development environment has the database and files for the installed site:
acli push:db
acli push:files
Code Studio is ready to manage your site.
To generate a new Drupal application repository:
acli new command and select acquia/drupal-recommended-project.cd <directory name> command.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.