Skip to content

Commit

Permalink
포스팅 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pej4303 committed Aug 28, 2024
1 parent 2dff0ef commit 07be036
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions contents/posts/archive/tech/1/index.md
Original file line number Diff line number Diff line change
@@ -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. 결론
+ 참조
2 changes: 1 addition & 1 deletion meta-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 07be036

Please sign in to comment.