git-tag
Verified for current stable LTS
Git Tag Command: List Tags Containing Commit
Use for list tags containing commit with Git Tag. Exact CLI syntax to list tags containing commit using Git Tag.
When to use this: Use for list tags containing commit with Git Tag.
Command Syntax
git tag --contains <commit> git tag --contains <commit> Command Breakdown
--contains- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list tags containing commit using Git Tag.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Git Tag Command: Create Annotated Tag
git tag <tag_name> -m <tag_message> Git Tag Command: Create Tag Current Commit git tag <tag_name> Git Tag Command: Create Tag Specific Commit git tag <tag_name> <commit> Git Tag Command: Delete Tag git tag -d <tag_name> Git Tag Command: Fetch Updated Tags git fetch -t