Skip to main content

태그 서명

GPG, SSH 또는 S/MIME를 사용하여 로컬로 태그에 서명할 수 있습니다.

커밋 서명에 대한 데스크톱 지원

  1. 태그에 서명하려면 -s 명령에 git tag를 추가합니다.

    $ git tag -s MYTAG
    # Creates a signed tag
    
  2.        `git tag -v [tag-name]`를 실행하여 서명된 태그를 확인합니다.
    
    $ git tag -v MYTAG
    # Verifies the signed tag
    

추가 참고 자료

  •         [AUTOTITLE](/repositories/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags)
    
  •         [AUTOTITLE](/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key)
    
  •         [AUTOTITLE](/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key)
    
  •         [AUTOTITLE](/authentication/managing-commit-signature-verification/signing-commits)