根據 commit 找出所屬的 branch
October 13, 2020
$ git log --oneline --all --grep=pretty
c198bb715 Make default expired description logic pretty
$ git branch --contains c198bb715
* deploy/staging
feature/ROC-3042
$ git log --oneline --all --grep=pretty
c198bb715 Make default expired description logic pretty
$ git branch --contains c198bb715
* deploy/staging
feature/ROC-3042