1

Writing a go GitHub client that can get branch names based on a git sha.

shakalaka
  • 131
  • 1
  • 7

1 Answers1

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