본문 바로가기

Tools12

[IntelliJ] GIT Clone 하기 [IntelliJ] GIT Clone 하기 How to Git Clone 1. [GIT] Git 주소 Copy 2. [IntelliJ] Git > Clone > Repository URL에 Copy한 URL Paste 3. [IntelliJ] Re-Start 4. [IntelliJ] File > Project Structure 클릭 > Project Settings > Modules > [+] 클릭 > 해당 디렉토리 선택 > OK 클릭 5. Import module from external model 클릭 후 설정에 맞는 모델 클릭 > Finish 6. 원하는 경로로 name 변경 이후 OK 클릭 2021. 12. 8.
[IntelliJ] IntelliJ 코드 템플릿, 단축키 [IntelliJ] IntelliJ 코드 템플릿, 단축키 1. psvm 코드 템플릿 중 하나로 메인 메소드를 만들어 줌 psvm = main() method declaration Enter클릭 시 2. sout 코드 템플릿 중 하나로 System.out 만들어 줌 sout = Prints a string to System.out Enter 클릭 시 3. Ctrl + Shift + F10 Run main() 4. Shift + F10 직전 Run페이지 Run (우측 상단에 선택된 Class) 5. Ctrl + D 해당 라인 복사, 붙여넣기 6. Ctrl + Y 포커스된 해당 라인 지우기 7. Ctrl + Shift + J 포커스된 라인과 아랫 라인과 합치기 8. Ctrl + Shift + 키보드 방향키 U.. 2020. 10. 29.
[IntelliJ] 프로젝트 생성 IntelliJ 프로젝트 생성 1. IntelliJ 실행 > New Project 클릭. 2. 실행 할 프로젝트 환경 설정 (화면에선 Gradle로 설정함) 3. GroupId / ArtifactId 설정 4.쨘 Tips! Shift + Ctrl + A로 find창 찾을 수 있음 (우측 상단 돋보기) 2020. 10. 28.
[Git] Git 참고 사이트 (Git Study) Git 명령어 Document 사이트 (한글로도 확인 가능하여 필요할 때 마다 검색) https://git-scm.com/book/ko/v2 Git - Book git-scm.com Git Study 사이트 (Document, Git 동작원리를 시각화 하여 볼 수 있음) http://try.github.io/ Resources to learn Git Whether you’re just getting started or you use GitHub every day, the GitHub Professional Services Team can provide you with the skills your organization needs to work smarter. try.github.io https://lea.. 2020. 10. 28.