コミットからブランチを見つける
2020年10月13日
$ 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