A DevOps pipeline often uses git _______ to trigger automated builds and tests.
- COMMIT
- PUSH
- HOOKS
- TAG
Git hooks are scripts that can be triggered at different points in the Git workflow. The post-receive hook, in particular, is commonly used in DevOps pipelines to initiate automated processes like builds and tests after receiving new code.
Loading...
Related Quiz
- How does the 'Gitflow' branching strategy differ from 'feature branching'?
- The command git _______ can help in visualizing the branching and merging history in a repository.
- To fix broken references in Git, the _______ command can be used to recover lost commits and branches.
- For high performance in large-scale Git operations, setting the git __________ configuration can significantly reduce latency.
- How does the 'shallow clone' feature in Git help with large repositories?