Y
Hacker News
new
|
ask
|
show
|
jobs
by
yawaramin
1263 days ago
Notes are just objects stored in the git repo. They are distributed along with all the other objects.
1 comments
mbakke
1263 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
For the curious, you can push/fetch
...to share notes.