For some reason I cannot push the notes from my local git repository to the remote repository.
git log
, shows the notes after each commit, but if I perform:
git push origin refs/notes/*
I get
Everything up-to-date
But notes are not really pushed. I cannot see them in gitblit, while for all other projects I can.
Is there anything I can do to solve or at least debug this issue?