How to list all tags that contain a commit?

Question

This question is similar to How to list all tags pointing to a specific commit in git, but with one difference: I wish to search for all tags that contain a specific commit within the tree of each tag, not specifically the files marked in the tag itself (in this case, only the Makefile change has been tagged).

Answer

git tag --contains <commit>

Where is git.exe located?

moving committed (but not pushed) changes to a new branch after pull