GIT (1) 썸네일형 리스트형 What is git What is git ? By far, the most widely used modern version control system in the world today is Git 모든 개발자가 작업한 코드 복사본의 저장소 일반적으로 소프트웨어 개발에서 소스 코드 관리에 사용됨 개발중에 있는 모든 작업의 history를 저장,공유하여 편리한 코드 수정,관리 및 협업을 가능하게 해주는 framework Git workflow ? Working directory : modify files in my working directory Staging area (index) : stage the files and add snapshots of them to my staging area Git directory (rep.. 이전 1 다음