repository: 소스코드가 저장되어 있는 여러 개의 branch가 모여있는 디스크상의 물리적 공간 local repository와 remote repository로 구분 checkout: 특정시점이나 branch의 소스코드로 이동하는 것 의미 checkout
local repository 구성1) working directory(작업공간) - 관리대상 x2) lndex(stage) - staging area(준비영역)의 역할, git add한 파일들 존재3) head - 최종 확정본, git commit한 파일들 존재git
혼자해봅시다.remote repository 생성하기이름 : branch_projectoption : readme.md, gitignore (python)local에 clone위치 : git_ws 하위생성 확인cd Documents/git_ws git clone htt
수업 그대로 따라 하는데매번 나만 오류 나는 기분;;;;fatal: bad config line 10 in file C:/Users/.gitconfigcdrm .gitconfig 해결 완료근데 이거 해결하려고 벌써 1시간 동안 헤맴...이럴 때마다 그냥 자고 싶다,,출
git config 편집기 vs코드로 변경 후 실행git config --global core.editor 'code--wait'vs코드는 실행되지만 그 안에 파일이 안열림,,C:\\Users\\USER_NAME.gitconfig 직접 클릭해주기..참고> https&#
이름 설정git config --global user.name 이름메일설정git config --global user.email 이메일git config --global core.autocrlf true