I found out a way to merge in the git notes thread. Below is the approach I'm using. Please let me know if I am right.
git checkout refs/notes/commits git fetch origin refs/notes/commits:refs/notes/origin/commits git merge FETCH_HEAD git update-ref refs/notes/commits
Please let me know if this is the right approach.
source share