Skip to content

Instantly share code, notes, and snippets.

@orendon
Last active August 13, 2024 13:45
Show Gist options
  • Save orendon/9927288 to your computer and use it in GitHub Desktop.
Save orendon/9927288 to your computer and use it in GitHub Desktop.
Git tag timestamp
#git tag `date "+staging-%Y%m%d%H%M%S"`
git tag `date "+production-%Y%m%d%H%M%S"`
git push --tags
@ORESoftware
Copy link

borrowed this, thanks :)

@usmanm259
Copy link

Thanks 👍

@dzhitomirsky
Copy link

It was exactly I was looking for

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment