Writing a go GitHub client that can get branch names based on a git sha.
Asked
Active
Viewed 105 times
1 Answers
0
Last time I checked, there was no easy way to list remote GitHub branches which includes a specific commit, even using GraphQL
So that would not be possible with go-github
either.

VonC
- 1,262,500
- 529
- 4,410
- 5,250