Last active
June 17, 2019 16:45
-
-
Save dubiouscript/bf850388b51a35dffdbc09094621b483 to your computer and use it in GitHub Desktop.
datamonger-er-ing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # list tag info .. inc date | |
| curl -nsSig -H 'Accept: application/vnd.github.v3+json' -H 'Content-Type: application/json' -X GET https://api.github.com/repos/Jermolene/TiddlyWiki5/git/tags/6821fe4d89dd3aa6937ae772b66e0edae4bd3d2b | |
| # list tag's url from reff | |
| curl -nsg -H 'Accept: application/vnd.github.v3+json' -H 'Content-Type: application/json' -X GET https://api.github.com/repos/Jermolene/TiddlyWiki5/git/refs/tags| jq '.[].object.url' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment