Skip to main content

이 버전의 GitHub Enterprise는 다음 날짜에 중단되었습니다. 2026-03-17. 중요한 보안 문제에 대해서도 패치 릴리스가 이루어지지 않습니다. 더 뛰어난 성능, 향상된 보안, 새로운 기능을 위해 최신 버전의 GitHub Enterprise Server로 업그레이드합니다. 업그레이드에 대한 도움말은 GitHub Enterprise 지원에 문의하세요.

태그 서명

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

참고

GitHub Desktop은 기본적으로 Git 클라이언트가 커밋에 서명하도록 구성된 경우에만 커밋 서명을 지원합니다.

  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)