1

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

shakalaka
  • 151
  • 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,262,500
  • 529
  • 4,410
  • 5,250