반응형
Create Git Repository
-
[IntelliJ] 프로젝트 GitHub에 연동하기(Create Git Repository)IntelliJ 2021. 7. 28. 13:22
GitHub에 저장소가 존재하는 경우, Remote Repository 정보를 입력한 후 프로젝트를 GitHub에 연동하는 방법 1. GitHub에 저장소 확인 2. VCS > Create Git Repository... 클릭 3. 프로젝트를 선택 4. 프로젝트 우클릭 > Git > Add(Ctrl+Alt+A) 클릭 Staging Area에 파일 및 폴더를 추가하는 작업($git add ) 5. 프로젝트 우클릭 > Git > Commit Directory... 클릭 Local Repository에 저장하는 작업($git commit -m ) 6. Commit 메시지를 작성한 후 Commit 버튼을 클릭 7. 프로젝트 우클릭 > Git > Push(Ctrl+Alt+K) 클릭 Remote Repository..