🌀 branch 생성 & 체크아웃👉 branch를 생성하고 바로 이동하고 싶을때 🌀 branch 생성후 추가 & 커밋 생성 👉 branch를 생성하고 github에 올리기 전 커밋 메세지 작성🌀 branch 삭제👉 branch를 생성하고 머지 되기 전에 삭제
🌀 git clone & git pull👉 처음 remote에 있는 repository를 git clone git pull 해서 local master 폴더를 생성한다. 🌀 git branch feature/jihoo & git checkout feature/ji
$ git clone (remote repository url)터미널 내에서 git clone (내 repository 주소)을 통해 remote repository안에 있는 파일을 내 local repository로 가져오는 것.$ git statusgit statu