From 07be0366e1d4b60e278881da056455a8e062839e Mon Sep 17 00:00:00 2001 From: pej4303 Date: Thu, 29 Aug 2024 00:14:20 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=EC=8A=A4=ED=8C=85=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contents/posts/archive/tech/1/index.md | 24 ++++++++++++++++++++++++ meta-config.js | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 contents/posts/archive/tech/1/index.md diff --git a/contents/posts/archive/tech/1/index.md b/contents/posts/archive/tech/1/index.md new file mode 100644 index 0000000..28152e4 --- /dev/null +++ b/contents/posts/archive/tech/1/index.md @@ -0,0 +1,24 @@ +--- +title: "[기술면접] Git 브랜치 전략" +description: "Git 브랜치 전략" +date: "2024-08-28" +tags: + - Tech + - Git +series: "기술면접" +previewImage: 'writing-help.png' +isPrivate: true +--- + +## 0. 서론 +최근 면접을 보러 다니면서 **Git 브랜치 전략**에 대해 설명해 달라는 기술 질문을 공통적으로 받게 되었습니다. 사실 Git으로 소스 commit만 했지, 깊이있게 공부 하지 않았기 때문에 해당 질문에 대답 할 수 없었습니다. + +따라서, Git 브랜치에 대해 정리해보고자 합니다. + +## 1. Git 브랜치 전략이란? +## 2. Git 브랜치 전략 왜 사용하는가? +## 3. Git 브랜치 전략 왜 중요한가? +## 4. Git 브랜치 전략 종류 +## 4-1. Git 브랜치 전략 종류(데브옵스 관점으로) +## 5. 결론 ++ 참조 \ No newline at end of file diff --git a/meta-config.js b/meta-config.js index 6597413..39adb9c 100644 --- a/meta-config.js +++ b/meta-config.js @@ -3,7 +3,7 @@ module.exports = { description: `Dev Note`, // 블로그 서브명 author: `pej4303`, siteUrl: `https://pej4303.github.io/`, // 블로그 사이트 주소 - keywords: [`Java`, `BackEnd`, `Blog`], + keywords: [`java`, `backend`, `blog`], repo: 'pej4303/pej4303.github.io', gtag: 'GTM-59BDNJNQ', // with. Google Analytics socialLinks: {