7 comments

[ 3.2 ms ] story [ 29.9 ms ] thread
actually i think it would be nice also push it to remote repository..
Are the notes tied to a specific commit, or is it per object?
A note on a commit is stored as a text file, named with the commit id (git sha). The file is revision controlled by git, usually under refs/notes/commits.

You can 'git checkout refs/notes/commits' and see the structure.

If it's just an experimental branch, what is the reason not to commit?