-
2023-04-28 : gitTIL ( Today I Learned ) 2023. 4. 28. 09:34
1. git log
git log --oneline --graph
2. git config
git config --list
- 설정된 config 값들을 볼 수 있다.
- C:\Users\USER_NAME\.gitconfig 에 숨김파일로 있다.
'TIL ( Today I Learned )' 카테고리의 다른 글
ERD 정리 (0) 2023.10.15 2023-05-11 : Java (0) 2023.05.11 2023-04-05 : Spring Security & Spring (0) 2023.04.25 2022-09-07 : ReactJS (0) 2022.09.07 2022-08-24 : Git & Java (0) 2022.08.24