local git repository 디렉토리를 만들고 해당 디렉토리에 로컬 git repository 생성 ( git init) stataging area (git add) staging area(commit 하기전에 내용을 기록하는 장소)의 파일은 commit 가능(git commit) -> commit으로 로컬 git repository에 내 코드를 기록 index.html과 style.css의 각 코드들(저장하고 싶은 코드들)을 하나로 모아두는 과정 -> staging area로 넣는다.(git add or git add.) git status(staging area로 잘 옮겨졌는지 확인,git repository 변경사항 확인하기) staging area의 코드 묶음을 저장하기로 결심(git c..
codestates/section1
2023. 1. 9. 01:36