그냥 push 나 pull 하면 branch 나 tag 안올라감 git에서 원격저장소에 branch와 tag를 push하기 :: Outsider's Dev Story얼마전에 git에서 원격저장소의 branch 가져오기 에 대해서 포스팅을 했었는데 가져오는데 pull하면서 자동으로 안가져오듯이 push할때도 커밋내역만 올라가지 로컬저장소에 만들어놓은 branch나 tag는 올라가지 않습니다.(svn에 비해서 branch나 tag는 잘만들어진 시스템이라 생각중...) git push 원격저장소명 로컬브랜치명 git push 원격저장소명 로컬브랜치명:원격브랜치명 위 명령어로 로컬에 있는 branch를 원격으로 push할 수 있습니다.https://blog.outsider.ne.kr/644