git notepad++ (1) 썸네일형 리스트형 [Git] 매우 기초적인 Git 명령어 모음 Local Repository 현재 디렉토리에 로컬 저장소 만들기 >> $ git init 작업 트리의 파일 상태 확인 >> $ git status config 설정 유저 정보 설정>> $ git config --global user.name ["유저명"] $ git config --global user.email [이메일] commit 편집 에디터 설정>> $ git config --global core.editor [프로그램명] $ git config --global core.editor vim $ git config --global core.editor notepad-plus-plus 정보 보기 $ git config --list Staging Area 파일을 등록하기 >> $ git add 파일명.. 이전 1 다음