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
- 국비지원교육
- DNS
- L2 통작
- reclaim
- L2 통신
- MariaDB
- PV
- linux dns
- k8s
- linux domain
- 내일배움카드
- systemd-resolved
- CoreDNS
- Spring boot
- ARP
- 패스트캠퍼스
- dns forward
- 메가바이트스쿨
- Layer 2
- RDB
- MegabyteSchool
- PVC
- ssh tunneling
- 개발자취업부트캠프
- 127.0.0.53
Archives
- Today
- Total
목록개념 공부 (33)
hoonii2

1. Git Flow - branching models master : 실제 release 되어 운영중인 버전을 관리 develop : 개발되고 있는 Branch feature : 기능 개발을 위한 Branch release : Release 를 위한 Branch hotfix : 긴급 버그를 수정 2. 설치 (윈도우) 1. 'git flow' 설치 $ wget -q -O - --no-check-certificate https://raw.github.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh install stable | bash 2. Github 연결 후 git flow 초기화 $ git clone [URL] $ cd [Gi..
개념 공부/(VCS) 01. Git
2022. 9. 16. 20:01