you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 3 years ago (1 child)

interesting. Is it required for the refs/ to be "atomic" or can it be anything that is not "agreed upon convention" and thus recognised by github?

  • source
  • hideshow 2 child comments
  • [–] 1 point 3 years ago

    I'm not sure what you're asking. I don't follow your question.

    refs/ are/contains references to objects. You can use any custom ref paths that GitHub does not show in its web interface. GitHub itself uses custom ref paths for pull requests. You can fetch them from the remove through the Git protocol.

  • source
  • parent