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
'IT > Git' 카테고리의 다른 글
[Git] git pull (fatal: refusing to merge unrelated histories) 에러 (0) | 2021.03.05 |
---|---|
[Git] clone과 fork 차이점 (0) | 2021.03.05 |
git status 개념 (0) | 2020.11.07 |
git stash (0) | 2020.10.06 |
git merge 후 pull 실패 시 해결 방안 - Pull is not possible because you have unmerged files (0) | 2020.10.05 |