Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

use git notes for attaching information to important commits, after the fact, without altering their SHA


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.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: