상세 컨텐츠

본문 제목

git log ,--pretty

초보코딩

by wangmandoo1 2024. 7. 16. 17:34

본문

git log - commit history 

 

old commit -> bottom 

 

new commit->top 

 

 

commit eee2o38u49238u423u 

 

commit id 

 

author ;만든사람

date;작성날자

 

커밋 히스토리 깔끔하게 보기 이쁘게 보기 

git log --pretty =oneline 

 

커밋 히스토리이쁘게 한줄로 

 

git show -커밋아이디 4자리 치면 

이전 커밋 차이 점 보여준다 . 

'초보코딩' 카테고리의 다른 글

git commit-- amend  (0) 2024.07.16
VIM에 대해서 ,맞아라탈모VIM  (0) 2024.07.16
git push , pull , clone  (0) 2024.07.16
git 커맨드  (0) 2024.07.16
git 상태  (0) 2024.07.16

관련글 더보기