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
- bounds이해
- 보라색오류
- Xcode
- ios
- Structural Identity
- swift
- Demystify SwiftUI
- xml delegate
- Identity
- git branch strategy
- Quick Help
- lazy 사용
- consuming a restful web service
- Lazy
- frame이해
- native개발
- WWDC21
- 적절한 사용방법
- ios login
- schemes
- spring guide
- lazy 위험성
- view
- developer
- TabBarItems
- Spring
- Explict Identity
- Lifetime of SwiftUI
- lifecycle
- Your app is missing support for the following URL schemes: your_ios_client_id
Archives
- Today
- Total
목록git branch strategy (1)
Dev_Dylan

간단한 토이프로젝트를 진행하려고 했는데, 어차피 앞으로 Git으로 버전 관리를 할 것이기 때문에 좀 더 체계적으로 git 관리를 하려고 한다. 간단하게 github을 통해 5가지 사용하는 방법 참고만.... https://github.com/Dylan-yoon/GitBranchStrategy/tree/master Git Branch Strategy 뜻 그대로 깃 브랜치 전략이다. 간단하게 브랜치를 효율적으로 관리해서 출시부터 개발까지 관리하기 편하게 하는 것이다. 자주 보이는 Git Branch Strategy 이미지를 간단하게 들여다봤다. 이 그림이 제일 잘 표현되어서 많은 블로그 및 글에서 주로 사용되었다. 5가지의 전략적 Branch 5개의 부류로 나누어진다 master (github 기본설정은 m..
Git
2023. 12. 13. 03:56