stage area : git add 명령어를 통해서, commit될 예정인 파일들이 대기하는 장소
repository : stage area에 있는 파일들을 git commit 명령어를 통해 github와 같은 repository에 버전을 최종 업로드
'CS 잡지식' 카테고리의 다른 글
git reset(feat. commit된 버전을 삭제) (1) | 2024.01.03 |
---|---|
git log, git diff(feat. git log -p) (2) | 2024.01.03 |
git add (feat. modified 파일) (0) | 2024.01.03 |
git commit(feat. git log) (0) | 2024.01.03 |
git config (feat. user.name, user.email) (0) | 2024.01.03 |