(Git) Find all branches that contain a commit

Run git branch -a --contains <COMMIT>.

References:

Written on May 4, 2022