git tag push1 git tag push 방법 git tag를 생성하고 github 저장소에 push를 할 수 있습니다. 태그명을 지정하여 하나만 push하거나 --tags 옵션을 사용하여 모든 태그들을 push할 수 있습니다. 사용법 git push origin 태그명을 지정하여 하나만 push 합니다. git push --tags 모든 태그들을 push 합니다. USER-PC@DESKTOP-JAEGCLI MINGW64 ~/Desktop/gitstudy/test (main) $ git log --oneline 9dccf31 (HEAD -> main, tag: v1.0.1) add content2 3e17ec8 (tag: v1.0.0) add content1 60a25c7 (tag: init, origin/main, origin/HEAD) Initi.. 2023. 3. 13. 이전 1 다음