카테고리 없음
[IntelliJ] 기존 프로젝트와 Git Repository 연결하기
kjyyjk
2023. 3. 11. 01:20
VCS - Enable Cersion Control Integration 클릭 / Git을 선택 후 확인
https://www.jetbrains.com/help/idea/set-up-a-git-repository.html#put-existing-project-under-Git
좌측 바에는 commit / pull request 선택바가 생겼고 아직 commit하지 않은 파일들이 빨갛게 보인다.
짠~~
이제 intellij에서 작업하는 내용 바로바로 commit push 등 git과 연동하여 사용할 수 있다.