(11.17) Git - git 심화, 객체, 해시, 스테이징, reset, diff
멋사 - 부트캠프 19기 : Java/git·2025. 11. 17.
[ 13주차 - 1115 ] 금일 커리큘럼 ├ 09:00 ~ 12:00 Git (git 심화, 객체, 해시) └ 13:00 ~ 18:00 Git (git 스테이징 이해)1. git 심화git 폴더 구조 이해git bash 로 git init 후 .git 폴더를 확인해보면 다음과 같은 폴더들이 존재함$ tree -a.|-- .git| |-- COMMIT_EDITMSG| |-- HEAD| |-- ORIG_HEAD| |-- config| |-- description| |-- hooks| | |-- applypatch-msg.sample| | |-- commit-msg.sample| | |-- fsmonitor-watchman.sample..