반응형
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
- string
- django
- Python
- Github
- Google Spreadsheet
- hive
- SQL
- Apache
- matplotlib
- PySpark
- Google Excel
- 파이썬
- google apps script
- math
- GIT
- gas
- Redshift
- Mac
- Tkinter
- Kotlin
- PostgreSQL
- c#
- Java
- dataframe
- numpy
- Excel
- array
- PANDAS
- list
Archives
- Today
- Total
달나라 노트
Pycharm : commit view 조절, Pycharm commit code diff view 본문
Python/Python ETC
Pycharm : commit view 조절, Pycharm commit code diff view
CosmosProject 2022. 2. 11. 01:41728x90
반응형
Pycharm과 github를 연동해서 Pycharm에서 직접 git pull, git commit, git push 등의 작업을 할 수 있습니다.
근데 commit을 하려고하면 위처럼 단순히 commit할 파일과 commit message 입력 창만 보여줍니다.
어떤 부분이 수정되었는지 같이 보이면 더 좋을거같으니 설정을 좀 바꿔봅시다.해봅시다.
Pycharm Preferences로 진입합니다.
좌측 상단에 commit을 검색하면 Version Control -> Commit 메뉴가 나옵니다.
여기서 보이는 Use non-modal commit interface를 체크 해제해줍니다.
그러면 아래의 이미지처럼 commit 버튼을 누른 후 나타나는 commit 창에서 내가 선택한 commit 대상이 될 파일들과 수정된 부분을 동시에 보여져서 좀 더 편리한 commit review를 할 수 있습니다.
728x90
반응형
'Python > Python ETC' 카테고리의 다른 글
Pycharm : 천단위 언더바 해제, 천단위 underscore 해제 (0) | 2022.02.11 |
---|---|
Python anaconda : anaconda python terminal commands (0) | 2022.02.11 |
Python psycopg2 : Error: pg_config executable not found (psycopg2 설치 에러) (0) | 2022.02.10 |
Python pyhive : access hive and run query using python, python으로 hive query 돌리기 (0) | 2022.01.20 |
Python : qrcode, pyqrcode (Python으로 QR Code 만들기, Python QR Code 생성) (0) | 2021.11.11 |
Comments