DEV Community

radin reth
radin reth

Posted on • Edited on

Git Tag

List all tags

git tag
Enter fullscreen mode Exit fullscreen mode

Create new tag

git tag tag_name
Enter fullscreen mode Exit fullscreen mode

Delete tag

git tag -d tag_name
Enter fullscreen mode Exit fullscreen mode

Push specific tag to remote

git push origin branch_name <tag>
Enter fullscreen mode Exit fullscreen mode

Push all local tags to remote

git push origin branch_name --tags
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay