1 delete-tag
Try Git with Backlog
  • Git Tutorial
  • Learn Git Basics
  • What is git?
  • Git workflow
  • Creating a repository
  • Recording changes
  • Undoing changes
  • Syncing repositories
  • Rewriting history
  • Learn Git Collaboration
  • Using branches
  • Switch branches
  • Remote branches
  • Pull remote branch
  • Fetch remote branch
  • Push branch to remote
  • Branching workflows
  • Sample feature branch workflow
  • Integrating branches
  • Merge branch
  • Rebase branch
  • Tags
  • Pull requests
  • Work with Git
    • Getting started
      • Install git
      • Default settings
      • Create a repository
      • Commit a file
    • Repositories
      • Create a remote repository
      • Push to a remote repository
      • Clone a remote repository
      • Push from a cloned repository
      • Pull from a repository
      • Make a conflict
      • Resolve a conflict
    • Branching
      • Create a branch
      • Switch branches
      • Merge branches
      • Delete branches
      • Work in parallel
      • Resolve a merge conflict
      • Rebase a branch
    • Tagging
      • Add a tag
      • Delete a tag
    • Rewriting history
      • Commit --amend
      • Revert
      • Reset
      • Cherry pick
      • Squash commits with rebase
      • Change commit using rebase
      • Merge --squash
    • Pull requests
      • Modifying a branch
      • Create a pull request
      • Review and merge
      • Merge conflicts
  • Reference
  • Basic operations
  • Remote operations
  • Branch operations
  • SSH connection settings
  • Commit log operations
  • Git stash
  • Tag operations
  • Git config
  • Troubleshooting
  • Git vs SVN commands
  • Git Tutorial
  • Learn Git Basics
  • What is git?
  • Git workflow
  • Creating a repository
  • Recording changes
  • Undoing changes
  • Syncing repositories
  • Rewriting history
  • Learn Git Collaboration
  • Using branches
  • Switch branches
  • Remote branches
  • Pull remote branch
  • Fetch remote branch
  • Push branch to remote
  • Branching workflows
  • Sample feature branch workflow
  • Integrating branches
  • Merge branch
  • Rebase branch
  • Tags
  • Pull requests
  • Work with Git
    • Getting started
      • Install git
      • Default settings
      • Create a repository
      • Commit a file
    • Repositories
      • Create a remote repository
      • Push to a remote repository
      • Clone a remote repository
      • Push from a cloned repository
      • Pull from a repository
      • Make a conflict
      • Resolve a conflict
    • Branching
      • Create a branch
      • Switch branches
      • Merge branches
      • Delete branches
      • Work in parallel
      • Resolve a merge conflict
      • Rebase a branch
    • Tagging
      • Add a tag
      • Delete a tag
    • Rewriting history
      • Commit --amend
      • Revert
      • Reset
      • Cherry pick
      • Squash commits with rebase
      • Change commit using rebase
      • Merge --squash
    • Pull requests
      • Modifying a branch
      • Create a pull request
      • Review and merge
      • Merge conflicts
  • Reference
  • Basic operations
  • Remote operations
  • Branch operations
  • SSH connection settings
  • Commit log operations
  • Git stash
  • Tag operations
  • Git config
  • Troubleshooting
  • Git vs SVN commands
Banner image

To delete a tag, run "tag" with -d option and enter the name of the tag you wish to delete in <tagname>.

$ git tag -d <tagname>
Delete a tag

Join the 1,000,000 users using Backlog

Try it Free

Follow us on

English
  • English
  • 日本語
  • 简体中文
  • 繁體中文
  • 한국어
  • Tiếng Việt

© 2021 Nulab, Inc. All rights reserved.

  • Terms
  • Privacy