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
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
.
ToastitProject
/
toastit_v2_back
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
6
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 Convension
Jump to bottom
신효승 edited this page
Dec 9, 2024
·
1 revision
main 브랜치는 항상 배포가 가능하다.
main 브랜치는 항상 최신 상태여야하며, stable 상태로 product에 배포되는 브랜치
merge 하기 전에 충분히 테스트를 해야한다.
main에서 새로운일을 시작하기 위해 브랜치를 만든다면, 이름을 명확히 작성하자
브랜치는 항상 main에서 생성한다.
develop 브랜치는 main에 가기 전 브랜치로 해당 부분에서 기능을 테스트 및 검증한다.
새로운 기능을 추가하거나, 버그를 해결하기 위한 브랜치 이름은 자세하게 작성하자.
커밋 메시지를 명확하게 작성하자
원격 브랜치로 수시로 push 하자
항상 원격지에 자신이 하고 있는 일들을 올려 다른 사람들도 확인할 수 있도록 해주기.
문제가 발생하여 작업하던 부분이 없어도, 무조건 원격 브랜치에 있는 소스 코드를 받아서 작업하도록 한다.
피드백이나 도움이 필요할 때, merge 준비가 완료되었을 때는 pull request를 생성한다.
pull request를 통해 올라온 코드는 서로 피드백 후 머지 해주기로 하자.
merge 준비를 완료하면 master branch에 반영을 하자.
branch 이름 생성 방법
브랜치 맨 앞 이름
설명
feature
새로운 기능 추가
ex) feature/security
Wiki pages
Pages
4
Loading
Home
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Branch Convension
main 브랜치는 항상 배포가 가능하다.
main에서 새로운일을 시작하기 위해 브랜치를 만든다면, 이름을 명확히 작성하자
원격 브랜치로 수시로 push 하자
피드백이나 도움이 필요할 때, merge 준비가 완료되었을 때는 pull request를 생성한다.
branch 이름 생성 방법
ex) feature/security
Loading
Commit Convension
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Software Requirements Specification(SRS)
Uh oh!
There was an error while loading.
Please reload this page
.
📋 관련 페이지
🏠
Home
🙏
브랜치 컨벤션
✨
커밋 컨벤션
⚙️
데이터 모델링
💄
디자인 목업
🧾
요구사항 정의서
💡 관련 링크
📂
GitHub Repository
🐞
Issues
🔀
Pull Requests
📽️
Project
🗂️
Wiki
Clone this wiki locally
You can’t perform that action at this time.