Consider a remote repository which has some commits and notes associated with each commit. How to pull in the remote branches and the notes ref from the remote repository?
The below command does not retrieve the notes:
git fetch origin refs/notes/commits
any suggestions?