Iqbal´s DLQ Help

Git

A place for common Git commands I wish I stopped googling.

List tags

git tag --list

Delete tag (already pushed)

git push --delete origin vX.Y.Z
15 May 2025