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
.
Collusic
/
collusic-new
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
17
Pull requests
4
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Github Flow
Jump to bottom
Kyuran Kim (Fry) edited this page
Oct 13, 2021
·
2 revisions
브랜치 전략 - Github Flow
main 브랜치
product에 배포되는 브랜치
main 브랜치는 언제든지 배포 가능해야 한다.
무조건 PR을 날려 검토받는다. (PR은 최대한 자세히)
브랜치 생성
main 브랜치에서 생성해와야 한다.
브랜치 이름은 한 눈에 어떤 작업을 위한 브랜치인지 알 수 있는 이름을 가져간다.
feature/Issue-(Issue번호) 형식의 해당 Issue에 맞는 단위 개발 브랜치를 생성해 작업한다.
커밋
파일을 추가, 수정, 삭제할 때 마다 커밋하여 작업 히스토리를 남긴다.
작업을 진행한 이유를 다른 사람이 알 수 있도록 커밋 메세지를 남긴다.
Pull Request
피드백이나 도움이 필요할 때, merge 준비가 완료된 경우 PR을 생성한다.
요청을 수락하면 변경 내용을 브랜치에 merge한다.
배포
main으로 merge, push 되었을 때는 즉시 배포되어야 한다.
main으로 merge가 일어나면 자동으로 배포가 되도록 설정
Wiki pages
Pages
14
Loading
Home
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
211013 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
211103 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
211110 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
211127 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
211212 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
211219 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
220102 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
220215 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
220303 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
220310 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
220317 회의록
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Convention
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Github Flow
Uh oh!
There was an error while loading.
Please reload this page
.
Home
🎨 Agile Process
📋 Metting Log
211013 회의록
211103 회의록
211110 회의록
211127 회의록
211204 회의록
211212 회의록
211219 회의록
220102 회의록
220215 회의록
220303 회의록
220310 회의록
220317 회의록
💡 Discussion
📚 Ground Rule
Convention
Git Flow
Clone this wiki locally
You can’t perform that action at this time.