Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- spring security
- Vue.js
- Postman
- Spring Boot
- Python
- mariadb
- go
- 클린 코드
- 티스토리챌린지
- 클린코드
- golang
- 알고리즘
- 코드업
- 파이썬
- Spring
- java
- 오블완
- MySQL
- springboot
- H2 설치
- 롬복
- 스프링
- Codeup
- 기초100제
- 객사오
- JPA
- Gradle
- GitHub
- thymeleaf
- Git
Archives
- Today
- Total
목록2024/08 (1)
nyximos.log
[GitHub] Branch protection rules로 브랜치 규칙 지정하기
협업 할 때 Branch 규칙 정립이 안되면 코드 병합시 충돌이 일어날 수도 있고 의도치 않은 변경이 일어 날 수 있다.GitHub에서는 Branch protection rules를 이용하여 브랜치 규칙을 강제하고 사전에 버그나 오류를 방지할 수 있다. repository - settings - Code and automation - Branches - Branch protection rules - Add classic branch protection rule 브랜치명 패턴을 지정하고 Protect matching branches에서 필요한 규칙을 선택해준다. 단일 브랜치일 경우 그대로 작성하면 된다.와일드카드를 사용할 수도 있다. * : 0개 이상의 문자ex) feature/* ?는 임의의 한 문자ex..
Programming/Git&GitHub
2024. 8. 21. 11:26