반응형

버전 관리

  • 버전 관리 시스템은 파일 변화를 시간에 따라 기록했다가 나중에 특정 시점의 버전을 다시 꺼내올 수 있는 시스템
  • VCS (Version Control System)
  • SCM (Source Code Management)
  • CVS
  • SVN (Subversion)
  • git
  • SourceSafe (MS)
  • TFS

 

 

 

실습

  • git 설치

https://git-scm.com/download/

 

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

 

git-scm.com

 

 

git 설치 후 버전 확인

 

 

  • github 가입 후 저장소 추가

https://github.com/

 

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

 

github.com

 

 

login

 

 

Repository new

 

 

Create repository

 

 

  • 프로젝트 소스 커밋

git init (1)

 

 

git init (2)

 

 

git init (3)

 

 

git status

 

 

git add

 

 

git commit

 

 

git remote add origin

 

 

git remote add origin

 

 

  • git 환경설정

 

 

  • eclipse 툴을 이용한 소스 커밋

 

 

 

반응형

+ Recent posts