GitHub.com 사이트에서 회원가입 (이메일, 비밀번호, github에서 사용할 아이디 등록)your repository 클릭하여 나의 저장소 확인 가능repository(저장소) 생성 (repository 하나당 하나의 프로젝트 구현)new → Create a n
공식 홈페이지에서 다운로드 https://git-scm.com/downloadsWindows → Click here to Download → next.... → finish 사용자 등록 git config --global user.name "사용자id"git
명령을 실행할 경로 설정 (알기 쉽게 바탕화면으로 정함)git clone 클론할 주소 입력하면 설정한 경로에 clone완료 (shift+insert 하면 복사한 것 붙여넣기 가능)프로젝트 안으로 들어가볼게요 git branch : main branch가 나옵니다git
/ : search 기능으로 원하는 repository로 빠르게 이동t : file finder 기능으로 원하는 file로 빠르게 이동 (repo안에서 찾기)ctrl + K : Command Palette 기능 \> 를 입력하면 github에서 사용할 수 있는 액션을
git subtree 명령어를 활용하여 레포지토리안에 레포지토리를 저장해 보아요