コミットIDからブランチ名を調べる

## ローカルに目的のブランチが存在している場合

 git branch --contains abc123xyz

## ローカルに目的のブランチが存在しない場合

### GitHubで管理してるなら

 https://github.com/taro/my-app-repo/commit/abc123xyz
  • 末尾にコミットIDを付けてGitHubを開く

## 参考

https://stackoverflow.com/questions/15647221/how-to-find-the-branch-from-commit-id


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS