백엔드11 Git - 시작하기 Git이란? 분산형 버전 관리 시스템(Version Control System) Git 설치 # homebrew에서 설치 brew install git # 커밋 로그에 남겨질 이름과 이메일 설정 git config --global user.name "이름" git config --global user.email 이메일 # 윈도우, 맥 사용자의 호환 자동으로 설정 git config --global core.autocrlf true git config --list Git 로컬 저장소(Local Repository), 원격 저장소(Remote Repository) 생성 vscode에 들어가서 깃을 연결을 하기위해, 리포지토리 초기화를 눌러줍니다. 다음에는 개인 github에 들어가서 new repositor.. 2022. 9. 12. 이전 1 2 3 다음