Notice
Recent Posts
Recent Comments
초코레
IntelliJ Git & Github : 맥 기준 본문
- Git View On (Git 관련 화면, View > Tool Windows > Version Control) : CMD + 9
- Local Changes : 로컬에서 변경된 파일 목록
- Log : 커밋 로그, 로그에 우클릭으로 커밋에 관련된 기능 사용 가능
- Console : Git 콘솔 로그
- Git Option Popup : Ctrl + V
- Git History (특정 파일의 History 보기) : Git Option Popup 창의 4. Show History
- Branch : Git Option Popup 창의 7. Branches
- Commit 창 : CMD + K
- Before Commit
- Reformat code 와 Rearrange code 를 체크하면 push 할 때 코드 자동 정렬해줌
- Optimize imports : 사용하지 않는 import 문을 자동으로 제거
- Perform code analysis : 코드 분석해줌
- Before Commit
- Push 창 : CMD + Shift + K
- Pull : Actions 창에서 git pull
- Github 연동 : Actions 창에서 share github
'메모 > 단축키' 카테고리의 다른 글
Github : 로컬 저장소를 새 원격 저장소로 push (0) | 2023.07.18 |
---|---|
IntelliJ 디버깅 단축키 : 맥 기준 (0) | 2021.01.09 |
IntelliJ 단축키 : 맥 기준 (0) | 2021.01.06 |
Git Bash (0) | 2019.06.07 |