Hacker News new | ask | show | jobs
by mbakke 1259 days ago
How do you share notes with other users?
1 comments

Notes are just objects stored in the git repo. They are distributed along with all the other objects.
You had me worried there for a bit, but notes are not distributed by default.

For the curious, you can push/fetch

  refs/notes/*
...to share notes.