← Back to context Comment by mbakke 3 years ago How do you share notes with other users? 2 comments mbakke Reply yawaramin 3 years ago Notes are just objects stored in the git repo. They are distributed along with all the other objects. mbakke 3 years 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.
yawaramin 3 years ago Notes are just objects stored in the git repo. They are distributed along with all the other objects. mbakke 3 years 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.
mbakke 3 years 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.
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
...to share notes.