버전 관리
- 버전 관리 시스템은 파일 변화를 시간에 따라 기록했다가 나중에 특정 시점의 버전을 다시 꺼내올 수 있는 시스템
- VCS (Version Control System)
- SCM (Source Code Management)
- CVS
- SVN (Subversion)
- git
- SourceSafe (MS)
- TFS
실습
- git 설치
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp
git-scm.com
- github 가입 후 저장소 추가
GitHub: Where the world builds software
GitHub is where over 73 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...
github.com
- 프로젝트 소스 커밋
- git 환경설정
- eclipse 툴을 이용한 소스 커밋
'cs > java-spring-boot' 카테고리의 다른 글
[Zero-base] 5-3. 데이터 구조 설계 (0) | 2022.02.08 |
---|---|
[Zero-base] 5-2. 학습 관리 시스템 사이트 분석 (0) | 2022.02.08 |
[Zero-base] 4주차 과제 (Paging.java) (2) | 2022.02.07 |
개발자의 시크릿노트 책 [클린코드] (0) | 2022.02.07 |
[Zero-base] 4-7. 예외처리 (0) | 2022.02.04 |