-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
- GitLens Version: v11.3.0
- Git Version: 2.30.2
- VSCode Version: 1.54.2
- OS Version: Arch Linux x64
Steps to Reproduce:
- Try to create a new tag
- Follow all the steps and add a message
- The command fails, with error message (at the command line): "fatal: too many params".
This seems like a small oversight: the output shown at the command line is something like git tag "message" tag_name main, whereas the correct command should be git tag -m "message" tag_name main.
Metadata
Metadata
Assignees
Labels
verified ✔VerifiedVerified