Git2 [GitHub] STS에 GitHub 연결하기 GitHub를 이용해서 STS에 연결해보겠습니다. 💚 환경 - Spring | SpringToolSuite4 (sts-4.10.0.RELEASE) 1. 제목(Repository name)과 내용(Description)을 입력 후 Create repository 버튼을 선택하여 Repositories 생성합니다. 2. HTTPS 선택 후 복사합니다. 3. Spring Tool Suite4를 실행 후 상단 메뉴바에서 Window > Show View > Other 를 선택합니다. Other에서 Git > Git Repositories 을 선택합니다. 4. Git Repositories > Clone a Git repositories 를 선택합니다. 5. URI에 스텝 2에서 복사한 URL을 입력하고, Aut.. 2021. 8. 6. [Git] Repository 복사하기 git을 이용해서 타계정 소스코드를 자신의 저장소에 복사하는 방법을 알아보겠습니다. 우선, 복사할 Repository와 저장할 Repository 주소 값을 알아야 합니다. 아래는 예시 입니다. 복사할 Repository 주소 : https://github.com/jangareum03/old.git 저장할 Repository 주소 : https://github.com/jangareum03/new.git 1. git clone --mirror https://github.com/jangareum03/old.git 2. cd oId.git 3. git remote set-url --push origin https://github.com/jangareum03/new.git 4. git push --mirror .. 2021. 8. 5. 이전 1 다음