Adds the is_tag and is_remote functions along with a function to register them on a catalog.
Perhaps on the future we should move the logic of initializing the sqle engine to the gitquery package where you just pass a path to a New function and it returns everything setup.
Closes #9 Closes #8
Adds the
is_tag
andis_remote
functions along with a function to register them on a catalog. Perhaps on the future we should move the logic of initializing the sqle engine to thegitquery
package where you just pass a path to aNew
function and it returns everything setup.