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
- maVen
- VirtualBox
- import
- IntelliJ
- 단축키
- ssh
- Windows 10
- xargs
- profile
- Quartz
- resource
- Mac
- 네트워크
- find
- vscode
- netsh
- Eclipse
- port
- grep
- bash
- lsof
- Source
- tomcat
- plugin
- GIT
- context
- 줄바꿈 문자
- web.xml
- JavaScript
- Windows
Archives
- Today
- Total
develog
[git] git branching model 본문
main branches
* master
- production-ready state
- 운영 서버 배포용
* develop
- 개발 서버 배포용
supporting branches
* feature
- develop 에서 분기
- develop 으로 merge
* release
- develop 에서 분기
- develop & master 로 merge
* hotfix
- master 에서 분기
- develop & master 로 merge
nvie.com/posts/a-successful-git-branching-model/
backlog.com/git-tutorial/kr/stepup/stepup1_5.html
'Dev > git' 카테고리의 다른 글
[git] fatal: Not a valid object name: 'master'. (0) | 2021.03.31 |
---|---|
[git] merge vs rebase (0) | 2021.03.31 |
[git] .gitignore (0) | 2021.03.18 |
[git] git status untracked file not showing (0) | 2021.03.17 |
[git] rollback (0) | 2021.03.02 |
Comments