[GIT] 모든 브랜치, 태그 일괄 push하기 (push all branches and tags)
# Branch 와 Tag 를 모두 Push 하는 명령어 git push --all # 오직 모든 Tag 들만 Push git push --tags