Git: Finding what branch a commit came from
- by Ethan Gunderson
I'm pretty sure this isn't possible, but is there anyway to find out what branch a commit comes from given its sha1?
Bonus points if you can tell me how to accomplish this using grit. :)