Which Git feature is commonly used to trigger a CI/CD pipeline?
- Git Hooks
- Git Stash
- Git Submodules
- Git Branches
Git Hooks are scripts triggered by specific Git events, making them suitable for CI/CD pipeline triggers. Stash, submodules, and branches serve different purposes in Git but are not directly tied to CI/CD.
Loading...
Related Quiz
- What is the basic benefit of using Git for database version control?
- To ignore certain files from being tracked in Git, list them in a _______ file.
- In learning from Git failures, it's often found that improper management of ________ can lead to significant issues.
- What impact does Git have on continuous integration and continuous deployment in Agile teams?
- Using SSH ________ is a recommended method for secure authentication in Git.