79693997

Date: 2025-07-08 09:32:37
Score: 1
Natty:
Report link

To completely remove all notes from the remote:

git push -d origin refs/notes/commits

Optionally, running the following afterwards will also delete them locally:

git fetch --force origin "refs/notes/*:refs/notes/*"

See @max's answer for removing them only locally, though.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Julian Prein