Rialúchán leagain (Git) an bhunús a thógann CI/CD air — cuireann athruithe cóid san stór eolaire tosú ar phíoplaí, agus déanann straitéisí brainsithe a chruth conas a rithfidh CI/CD. Is é comhtháthú Git agus CI/CD a chumasaíonn soláthar foluain, athraithe-dhírithe go huathoibríoch.
Cuireann Git tosú ar CI/CD
CI/CD pipelines are TRIGGERED by Git events:
→ a PUSH to a branch → runs CI (build + test) on that change
→ a PULL REQUEST → runs CI to verify the change before merging
→ a MERGE to main → may trigger deployment (CD)
→ a TAG (e.g. v1.2.0) → may trigger a release/production deployment
→ Every code change in Git automatically drives the pipeline → change-driven automation.
