헤르메스 LIFE

[IntelliJ] Git 연동하기 본문

Eclipse와 IntelliJ 관련

[IntelliJ] Git 연동하기

헤르메스의날개 2021. 1. 23. 20:48
728x90

Git은 사실 처음 사용하는 사람들에게 어렵습니다. 

- Eclipse 에서 SVN 연동해서 사용하던 사람은 더 어렵습니다.

 

목표

IntelliJ를 이용해서 Git 을 SVN 처럼 사용하기.

개발환경

IntelliJ 2020.3

Git 2.30


Git을 사용하기 위해서는 PC에 Git 이 설치되어 있어야 합니다.

1. Git 설치 ( hermeslog.tistory.com/464?category=302347 )

 

[Git] Windows 10 Git 설치

Git 2.30.0 ( git-scm.com/ ) 갓대희님의 블러그를 보고 따라했습니다. ( goddaehee.tistory.com/216 ) 설치 시 자세한 설명이 적혀있으니 참고하세요~~ 설명은 이분걸 참고했습니다. ( atoz-develop.tistory.com/..

hermeslog.tistory.com

2. Git Plugin 설치 ( hermeslog.tistory.com/425 )

 

[IntelliJ] Plugins

1. lombok plugins.jetbrains.com/plugin/6317-lombok 2. .ignore - Git 사용 시 Ignore 폴더 / 파일을 설정할 수 있음. plugins.jetbrains.com/plugin/7495--ignore 3. Git - IntelliJ 2020.x 버전에는 기본 번..

hermeslog.tistory.com

3. IntelliJ에서 Git 파일 연결하기 ( git.exe 파일을 찾아 연결해주면 됩니다.)

4. GitHub 연동하기

Add Account : 선택하면 IntelliJ 계정과 설정된 GitHub 와 연결해줍니다. ( 간단하게 추가적인 설정이 필요합니다. )

Log In via GitHub : GitHub Login 팝업이 오픈됩니다. ( 당연히 GitHub 계정은 있으시죠..?? ^^ )

Log In with Token : GitHub에서 발급된 Access Token으로 연결합니다. ( 참고 : hermeslog.tistory.com/467?category=605986 )

 

[Git] Personal access tokens 생성

출처 : docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token Creating a personal access token - GitHub Docs Creating a personal access token You should create a persona..

hermeslog.tistory.com

Generate : GitHub 에 Access Token 생성 페이지로 링크됩니다.

5. GitHub Remote Repository 등록하기

[Git] >> [Enable Version Control Integration]

[Git] >> [GitHub] >> [Share Project On GitHub]

6. GitHub 확인

 

728x90