From here.
1 | # Credit http://stackoverflow.com/a/2514279 |
Here is another command which can list all tags by the date they were created(from here):
1 | git for-each-ref --sort=creatordate --format '%(refname) %(creatordate)' refs/tags |
From here.
1 | # Credit http://stackoverflow.com/a/2514279 |
Here is another command which can list all tags by the date they were created(from here):
1 | git for-each-ref --sort=creatordate --format '%(refname) %(creatordate)' refs/tags |