git notes add -m 'review passed' abc1234
Category: Git - Advanced
git notes add -m 'review passed' abc1234
Attach a note to a specific commit
Attaches a note (metadata) to a commit. Notes are separate from the commit message and can be changed without rewriting history.