-
[github] commit 기록을 터미널에서 보는 방법error handling/Simple tips 2020. 7. 2. 15:47
git log --graph --oneline --decorate --all --date=format:'%Y-%m-%d %H:%M:%S' --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %C(yellow)(%ad) %C(bold blue)<%an>%Creset' --abbrev-commit
이걸 치면 커밋 기록을 CLI로 터미널에서 볼 수 있다.
* 이 커밋
* 과 * 사이에 삼각형이 계속 이어지는 것이 가장 예쁜 커밋
그래프를 예쁘게 만들려면 git rebase를 사용하는 것이 좋다.
'error handling > Simple tips' 카테고리의 다른 글
firestore 경로 설정 (0) 2022.09.07 firebase 에 이미지 저장하기 (0) 2022.08.02 office hour에서 나온 질문 정리 (testcase / third-party API) (0) 2020.07.03 서버와 클라이언트의 연결 상관 관계 ( + body-parser module) (0) 2020.06.25 로그인 구현 시 session id 삽입 (0) 2020.06.25