You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the above link there's discussion about pulling a specific branch from GH requiring a heads prefix to be passed into the references api call. While Tentacles does have support for pulling all branches defined here, pulling a single branch requires more work via the references endpoint.
Unfortunately, if you try to use said endpoint herein, you get the following:
Motivation
https://developer.github.com/v3/git/refs/
In the above link there's discussion about pulling a specific branch from GH requiring a
heads
prefix to be passed into thereferences
api call. While Tentacles does have support for pulling all branches defined here, pulling a single branch requires more work via thereferences
endpoint.Unfortunately, if you try to use said endpoint herein, you get the following:
Note the url encoded
/
which comes from theheads/abranchname
.I'm not really sure what to do to provide this functionality in this repo as forward slashes are legal ref names...
Suggested Musical Pairing
https://soundcloud.com/misterwives/coloring-outside-the-lines-rac
The text was updated successfully, but these errors were encountered: