Hacker News new | ask | show | jobs
by satyanash 1259 days ago
use git notes for attaching information to important commits, after the fact, without altering their SHA
1 comments

How do you share notes with other users?
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.