Module 2 ========= This modules focus is only on Git. Building upon the few tasks completed in Module 1, We will now focus on more of the daily uses, building branches and working from outside the *main* branch and merging updates in. GitOps ++++++ *GitOps* is the practice of managing infrastructure and configurations using Git. Git becomes the single source of truth; meaning it contains the entire state of systems and provides a complete audit trail of changes. .. toctree:: :maxdepth: 1 :glob: 1_git 2_branch 3_merge 4_pull 5_operations 6_rollingback 7_pipeline 8_git_extras.rst