공부/git 썸네일형 리스트형 10.5 Git의 내부 - Refspec 10.5 Git의 내부 - Refspec https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EB%82%B4%EB%B6%80-Refspec 더보기 Git의 내부 - Git 개체 Git의 내부 - Git 개체 https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EB%82%B4%EB%B6%80-Git-%EA%B0%9C%EC%B2%B4 echo 'test content' | git hash-object -w --stdin git hash-object -w test.txt git cat-file -p d670460b4b4aece5915caf5c68d12f560a9fe3e4 git cat-file -t 1f7a7a472abf3dd9643fd615f6da379c4acb3e3a git cat-file -p master^{tree} git update-index --add --cacheinfo 100644 83baae61804e65cc73a7201a7252750c.. 더보기 git 수정하고 저장소에 저장 참고 사이트 : https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EA%B8%B0%EC%B4%88-%EC%88%98%EC%A0%95%ED%95%98%EA%B3%A0-%EC%A0%80%EC%9E%A5%EC%86%8C%EC%97%90-%EC%A0%80%EC%9E%A5%ED%95%98%EA%B8%B0 추,삭,변,상,올 추가 삭제 변경 상태확인 올리기 추가 - git add 파일이름 .gitignore(추가하지 않을 파일이름 정리) 삭제 - git rm 파일이름 파일이름 변경 - git mv 이전파일이름 이후파일이름 변경사항 확인 - git diff git diff --staged(=--cached) 상태확인 - git status 올리기 - git commit (-m "설명") .. 더보기 이전 1 다음