Top "Git-tag" questions

git-tag is the Git command used to create, list, delete or verify a tag object signed with GPG.

Show git tags sorted by date

How to list git tags in chronological order? (recent tags first) git tag only displays alphabetical order.

git git-tag
How to get Git Tag in Azure Pipelines

In Azure Pipelines, I have enabled git tags to trigger pipelines like so: trigger: branches: include: - '*' tags: …

git azure-devops azure-pipelines git-tag
In git, list all tags since some tag

I'm using tags to identify release versions and to identify "development complete" commits for tasks. Doing a git tag I …

git git-tag git-rev-list
What is the sequence for tagging commit in git?

I cloned a git repo and made some changes. I have to commit changes and then tag those committed changes. …

git tags git-tag
Circleci: How to deploy depending on git tag

Is there a way to restrict circleci deployment on checkings that have a specific git tag? Currently I am using …

git circleci git-tag
Is there a simple command to convert a branch to a tag?

I am about to complete a tedious process of converting "dumb snapshots" to git. This process has been going very …

git git-branch git-tag
How to list unpushed Git tags

I'd like to see which tags I have locally that aren't available on a particular remote. How can I do …

git git-remote git-tag