A typical use of notes is to supplement a commit message without changing the commit itself. Notes can be shown by git log along with the original commit message (Git-notes documentation). With TortoiseGit I can create a note by Edit notes context menu, and then push this note to a remote repository by the Sync -> Push notes command. The notes then appear in the remote repository as expected.
On the other side I didn't find any possibility to fetch notes, neither with clone, nor with fetch or pull command.
What is the usual way to make sure git notes appear in every cloned repository?
Edit: I'm using TortoiseGit 2.7.0.0 and Git 2.19.2.windows.1 on Windows 10.