This may sound like a silly question :P. Supposedly, i add a note to a particular commit, say commitno
git notes add -m "Sample Note" $commitno
git push origin refs/master/*
which internally generates a commit for a note(say, commitID). how to get the note using that commitID of the note?