Skip to content

Instantly share code, notes, and snippets.

@orendon
Last active September 12, 2023 13:05
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • 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