DEV Community

Discussion on: Git Tags: What are they and How to use them

Collapse
 
devhammed profile image
Hammed Oyedele

Fun Fact: GitHub and others like Gitlab uses tags under the hood for Releases.

Collapse
 
sama profile image
Samaila Bala

That's cool, I didn't know that.

Collapse
 
devhammed profile image
Hammed Oyedele

Yeah, you can checkout a GitHub repo with releases and run git tag to verify.