Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
6-dreaming-stars
/
.github
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Branch Strategy
Jump to bottom
heeyoung edited this page
Jul 3, 2024
·
1 revision
브랜치 전략
브랜치 종류
브랜치 명
역할
규칙
main
배포 브랜치
- 삭제하지 않는다.
- 사용자에게 배포될 버전을 관리한다.
- develop 브랜치가 병합 될 브랜치
hotfix
버그 수정 브랜치
- 배포 버전에서 발생한 버그를 수정한다. - 브랜치 이름은
hotfix/{기능명}
으로 한다. - main / develop 브랜치로 병합된다. - 개발중인 기능과 연관된 사항이라면, feature 브랜치로도 병합된다. - 병합 이후에는 브랜치를 삭제한다.
develop
개발 브랜치
- 삭제하지 않는다. - feature 브랜치가 병합될 브랜치
feature
기능 구현 브랜치
- 브랜치 이름은
feature/{기능명}
으로 한다. -개발이 완료된 기능만 develop 브랜치로 병합한다. - 병합한 이후에는 브랜치를 삭제한다.
Wiki pages
Pages
6
Loading
Home
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Branch Strategy
브랜치 전략
브랜치 종류
Loading
Commit Convention
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Issue Convention
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
PR Convention
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Project
Uh oh!
There was an error while loading.
Please reload this page
.
Home
팀원 소개
프로젝트 소개
프로젝트 기획
이벤트 스토밍
화면 설계서
요구사항 정의서
API 명세서
ERD
기술 문서
[Convention]
Issue Convention
PR Convention
Commit Convention
Branch Strategy
[FE]
FE코드 컨벤션
FE 기술 문서
[BE]
BE코드 컨벤션
BE 기술 문서
Trouble Shooting
Clone this wiki locally
You can’t perform that action at this time.