Conversation

Replying to and
You can push notes to a repo on GitHub using: git push origin 'refs/notes/*' And pull notes with: git fetch origin 'refs/notes/*:refs/notes/*' They'll then show up locally for you when you run "git log" Can't find a way to see them in the web interface at all though
1
10