working directory -작업을 하는 프로젝트 디렉토리
staging area -git add 를 한 파일들이 존재하는 곳
repository -working directory 의 변경이력들이 저장되어 잇는 곳
커밋들이 저장되는 곳
woring directory -> straging are -> repository
(git add a.txt)->git commit -m"ver_1"
git status
git의 현재 상태가 출력됨
changes to be committed
커밋에 반영될 변경사항
changes not staged for commit :
커밋에 반영되지 않는 변경사항
stage;git add 파일을 staging area 에 추가 하는 것
git dd . 현재 디렉토리에서 변경사항이 생긴 모든 파일을 staging area 에 추가 하라
add-commit-pull-push 순서 대로 하면됨
git 커맨드 (0) | 2024.07.16 |
---|---|
git 상태 (0) | 2024.07.16 |
repository ,commit (0) | 2024.07.16 |
유닉스 커맨드 핵심 3 가지 (3) | 2024.07.16 |
git, github,깃의 탄생 (0) | 2024.07.16 |