Clone1 [Git] 초보자를 위한 커맨드 명령어 정리 (업데이트 중) 1. Clone (복제) # Cloning git clone [URL] # Example git clone https://github.com/YOUR_GIT_HUB_ID/YOUR_REPOSITORY.git 2. Remote (Local Directory to Github Repository 간 폴더 연동) # 현재 연결된 원격 저장소 확인 git remote -v # 원격 저장소 추가 git remote add origin [URL] # Example 1 (git-hub) git remote add origin https://github.com/YOUR_GIT_HUB_ID/YOUR_REPOSITORY.git # Example 2 (bitbucket) git remote add origin https://.. 2020. 2. 11. 이전 1 다음