title: "GitOps를 위한 Git 관리 전략"
description: "GitOps에서의 Git repository 관리를 위한 Best Practice"
cleanUrl: /sw-engineer/git-management-in-gitops
floatFirstTOC: right

<aside> 💡 참고 : 하기 내용은 The Path to GitOps의 4, 5장에서 추출되었습니다.

</aside>

**Operations via Pull Request

…** GitOps의 아이디어는 (개발자의 그것과) 동일한 workflow를 인프라 및 애플리케이션 변경에도 적용하는 것입니다. 변경은 해당 Git 저장소로의 Pull Request를 발행하는 것으로 제안됩니다 …

Motivation

Git Workflows BP

application code와 configuration code를 분리 (Separate Your Repositories)

environment의 구분을 branch가 아닌 directory로 (Separate Development in Directories, Not Branches)

TBD (Trunk Based Development)

정책과 보안 (Policies and Security)