'Grave accent symbol in monospace in GitHub commit message

I want to make exactly this commit message: """ swap ` and ' """
(apostrophe and grave must be in monospace)

So i'm writing: swap `` ` `` and `'`
but what i get is: """ swap `` \`` and '` """

Demonstration

So what should i write, to get desired commit message?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source