#Create a tag locally git tag #To add a description git tag -a #To push all tags to remote git push origin --tags #To push a signle tag to remote git push origin