공부/Intellij

    intellij 단축키

    ctrl + alt + s Setting ctrl + alt + shift + s Project Structure sout + tab System.out.println(); psvm + tab public static void main(String[] args) { }

    Intellij 에서 git repository clone하기

    Intellij 에서 git repository clone하기

    Intellij 에 깃 저장소를 연결하고자 한다. VCS - Get from Version Control - url 에 들어가 경로 지정해주면 된다.

    [Intellij] git bash로 실행하기

    [Intellij] git bash로 실행하기

    File - Settings - Tools - terminal 에서 Shell path 에 cmd.exe 로 되어 있는 것을 C:\Program Files\Git\bin\sh.exe -login -i 다음과 같은 경로로 변경해준다. 그러면 터미널 창에서 Gitbash로 변경된 것을 확인할 수 있다.