Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 두 동전
- spring
- 백준
- 데이터
- 큐빙
- Java
- IntelliJ
- goland
- 제어반전
- 프로그래머스
- 알고리즘
- insert
- vscode
- mysql
- 데이터전달
- data
- github
- broadcastreceiver
- intent
- activity
- 단축키
- Algorithm
- ubuntu
- 16197
- service
- Android
- git
- 안드로이드
- Jenknis
- 17837
Archives
- Today
- Total
목록git (2)
해보자

github에서 project 가져오기 IntelliJ IDEA 실행 - Get from Version Control 클릭 Github에서 원하는 project 선택
Git
2020. 9. 9. 00:32
[Git] IntelliJ - git 연동
intelliJ에서는 간단하게 git을 연동할 수 있다. Git 연동 [Setting] - [Version Control] - [Git] tab으로 이동 Path to Git executable에 \Git\cmd\git.exe가 설치된 경로를 넣는다. [Setting] - [Version Control] - [Github] tab으로 이동 Add account를 클릭해서 계정을 등록한다. 이 때, 인증 과정을 거친다. 나는 Github페이지로 자동으로 이동되었고 github id와 password를 입력해서 인증했다. 모든 과정을 마치면 ok 버튼을 눌러서 저장한다. [VCS] - [Import into Version Control] - [Share Project on GitHub] Repository ..
Git
2020. 8. 6. 19:20