object - has unique id
- Blob
- file content을 대표함. 파일이름 이런거 하나도 없고 순수 데이터
- Tree
- folder를 대표함. blobs와 other trees을 children으로 가짐.
- 모드, 객체 유형, SHA1 이름, 이름이 있는 항목 목록을 포함하고 있으며, 이름순으로 정렬
- Commit
- Wrapper around a tree.
- commit message와 tree에 대한 pointer.
- parent commit의 parent는 전 commit (LinkedList - commit History)
- Branch
- pointer to a commit, default name is branch "master"
'boostcamp-challenge' 카테고리의 다른 글
[8/7] http req/res (0) | 2024.08.08 |
---|---|
[jest] javascript es6+ npm test 와 node를 같이 쓰기 (0) | 2024.08.02 |
[7/29] Javascript event 학습중... (0) | 2024.07.29 |
[Boostcamp-challenge] 2주차 회고 (0) | 2024.07.26 |
[7/25] 롤 서버로 알아보는 옵저버와 펍섭 디자인 패턴 (0) | 2024.07.25 |