소스형상관리(Git/Gitlab)
Last updated
Last updated
※ TortoiseGit - 필요시 사용
Git Bash 에서 키생성 (RSA)
Public Key 등록 C:\Users\계정.ssh\id_rsa.pub 파일의 내용을 User Settings – SSH Keys에 등록
master, develop, tag, hotfix
develop/개발자이니셜
ex) develop/dhkwak
Commit 시점 : 기능 추가 기준으로 커밋 할 것
Comment 작성 : 프로그램명(프로그램코드) 추가기능
Merge(Pull) Request : hotfix를 제외하고 프로그램단위로 요청
일 단위(백업용도)로 커밋하지 말 것
Develop Branch외 push 금지 (즉시 삭제함)