Tag Operations
Manage Git tags directly from the Tag panel.
Keybindings
| Key | Action |
|---|---|
< / > | Switch Component Panel |
d | Delete Tag |
ctrl+p | Push Tag |
f | Fetch Tag |
? | Keybindings and Instructions |
info
The Local Branches, Tag, and Remote panels share the same space. Use < / > to switch between them. To create a new tag, use the t keybinding in the Commit Log panel.
Workflows
Deleting a Tag
- Navigate: Navigate to Tag component (press
1) or switch to Tag component (press< / >). - Select: Select the tag to delete using
↑/↓. - Trigger: Press
dto open delete tag menu. - Select Mode: Select delete option:
- Delete local tag
- Delete remote tag
- Confirm: Press
enterto confirm. - Close: Press
escto close output.
Pushing a Tag
- Navigate: Navigate to Tag component (press
1) or switch to Tag component (press< / >). - Select: Select the tag to push using
↑/↓. - Trigger: Press
ctrl+pto open push tag menu. - Select Mode: Select push option:
- Push selected tag
- Push all tags
- Force push selected tag
- Force push all tags
- Confirm: Press
enterto confirm. - Close: Press
escto close output.
Fetching Tags
- Navigate: Navigate to Tag component (press
1) or switch to Tag component (press< / >). - Trigger: Press
fto open fetch tag menu. - Select Mode: Select fetch option:
- Fetch tag(s)
- Fetch tag(s) prune - Remove tags that no longer exist in remote
- Fetch tag(s) overwrite - Overwrite existing tags with remote tags that differ
- Fetch tag(s) mirror - Mirror all tags from remote
- Confirm: Press
enterto confirm. - Close: Press
escto close output.