Y
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
mbakke
1259 days ago
How do you share notes with other users?
link
yawaramin
1259 days ago
Notes are just objects stored in the git repo. They are distributed along with all the other objects.
link
mbakke
1259 days ago
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.
link