현재 local 디렉토리를 git에 등록
git에서 먼저 프로젝트 생성 https://marah.tistory.com/34 [Github] 현재 디렉토리를 새로운 Git 저장소로 만드는 방법 github Create a New Repository 생성한 레포지토리 Code 복사 디렉토리 선택 git init 명령어 git remote 명령어 5-1. 등록되어 있는 상태 5-2. 새 저장소 등록 5-3. 연결 된 저장소 삭제 5-4. 안전한 경로 등록 git add marah.tistory.com local repository 생성 git init remote 주 등록 # 확인 git remote -v # 등록 # git에서 clone 정보를 복사해서 넣으면 됨 git remote origin {주소} # 확인 git remote -v 원하는 파..
2024.03.16