1. git 이란? - svn으로 버전 관리 및 코드의 백업을 하기 위해 사용한다. - 팀 프로젝트로 작업을 할 때, 코드의 공유가 간편하고 코드의 합치기가 용이하다. 2. git 다운로드 - 다음 사이트에 접속하여 설치 프로그램을 다운로드 한다. https://git-scm.com/downloads 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 fo..