-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. 결론 | ||
+ 참조 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters