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 | 31 |
Tags
- enumtype
- ansible
- 리스트차집합
- enum
- awsconsole
- route53
- string_agg()
- 두개리스트비교
- 3tierarchitecture
- 권한정책
- lightsail
- PostgreSQL
- 리스트교집합
- Java
- WordPress
- hashset
- Spring
- mybatis
- list중복제거
- 리스트비교
- wordpress블로그
- 중복제거
- anymatch메서드
- 지옥같은git
- db
- 널포인터에러
- 리스트합집합
- Annotation
- AWS
- instance생성
Archives
- Today
- Total
Anyway
[Git] IntelliJ - java project Github에 올리기
[Intellij에서 java project를 Github에 올리는 방법] 1) Git Repository 생성java project를 올릴 Git Repository를 먼저 생성해준다. 2) Git > Create Git Repository (git init 단계)Repository로 생성할 디렉토리 경로를 선택한다. 올리고자 하는 java project인 sbproject를 선택해 주었다. 완료되면 Console에 git init이 완료되었다는 내용을 볼 수 있다. 3) Commit (git add / git commit) 왼쪽 상단의 -0- 모양이 Commit 버튼이다. Commit 버튼을 누르면 Untracked file들이 나오며 선택 시 git add로 stage에 올라가게 되며 mes..
Git
2024. 8. 21. 20:16