Writing a go GitHub client that can get branch names based on a git sha.
Asked
Active
Viewed 27 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,129,465
- 480
- 4,036
- 4,755