Intermediate Git & Version Control
Q80 / 100

What does the term "CI/CD" mean in the context of a Git-based workflow, and how do platforms typically trigger it?

Correct! Well done.

Incorrect.

The correct answer is A) "Continuous Integration/Continuous Deployment" refers to automated pipelines that build, test, and optionally deploy code; these are typically triggered by Git events such as pushes to specific branches or PR creation/updates

A

Correct Answer

"Continuous Integration/Continuous Deployment" refers to automated pipelines that build, test, and optionally deploy code; these are typically triggered by Git events such as pushes to specific branches or PR creation/updates

Explanation

CI/CD tools (like GitHub Actions, GitLab CI, Jenkins) integrate with Git repositories by listening for events (pushes, PRs, tags) and running defined workflows in response, automating testing and deployment.

Progress
80/100