본문 바로가기

IT/Git

[Git] commit 목록 확인

git log --branches --not --remotes


git log --branches --not --remotes --oneline --graph --decorate

 

 

 

 

git에서 push하지 않은 커밋 확인 :: Outsider's Dev Story

git은 svn과는 달리 commit을 한 뒤에 나중에 모아서 push를 하기 때문에 작업을 하다보면 어디까지 푸시를 했는지 헷갈리는 경우가 있습니다. 브랜치를 왔다갔다 하면서 작업하면 더 헷갈리기 마련

blog.outsider.ne.kr