# GitOps
GitOps is a concrete implementation of [[Continuous Improvement|Continuous Delivery]] and [[Infrastructure as code]].
![[k6 Company Sync 20210317#^9d0099]] [^companysync]
In GitOps, developers commit code to a [[Git]] repository that is monitored for changes. When changes are detected, a [[Continuous Improvement|CICD]] tool pulls the changes from the repo, runs tests, and deploys the application automatically.
 [^companysync]
## References
[^companysync]: [[k6 Company Sync 20210317#GitOps introduction ArgoCD]]