Skip to content

Instantly share code, notes, and snippets.

@patrickdevivo
Last active July 21, 2021 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickdevivo/9f28a80ba10ed6dee86a8dfdbb4ee3c4 to your computer and use it in GitHub Desktop.
Save patrickdevivo/9f28a80ba10ed6dee86a8dfdbb4ee3c4 to your computer and use it in GitHub Desktop.
SELECT DISTINCT(author_name) FROM commits('https://github.com/askgitdev/askgit')
UNION
SELECT DISTINCT(author_name) FROM commits('https://github.com/askgitdev/treequery')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment