git 기본 명령어
2010-08-30참조: http://git-scm.com/documentation 로컬 명령어 git config 저장소 또는 글로벌 옵션 가져오거나 설정할 때 사용. git init 비어있는 기트 저장소 만들거나 기존의 저장소 다시 초기화. git add 파일 내용을 인덱스에 추가. git status 작업 트리(working tree…
참조: http://git-scm.com/documentation 로컬 명령어 git config 저장소 또는 글로벌 옵션 가져오거나 설정할 때 사용. git init 비어있는 기트 저장소 만들거나 기존의 저장소 다시 초기화. git add 파일 내용을 인덱스에 추가. git status 작업 트리(working tree…