728x90 Add1 [git] 기본 명령어 정리 기초 명령어 git init : 빈 Repository를 생성 git config user.name "이름" : 이름 설정 git config user.email : "이메일@주소" : 이메일 주소 git commit -m "commit에 관한 정보" : commit 버전 관리 대상이 아닌 경우 (nothing added to commit but untracked files present) 오류 발생 -> add 필요 --amend : 최신 커밋을 수정함 git add [파일명/디렉터리/.(period)] : 해당파일/전체파일/변경사항이 있는 모든 파일을 add git status : git이 인식하고 있는 프로젝트 디렉터리의 현재 상태 출력 * Changes to be committed : commit.. 2021. 4. 11. 이전 1 다음 728x90