git

git branch -r --contains commit 查看commit 属于哪个分支

git log --graph --all    所有分支log 最新

原文地址:https://www.cnblogs.com/mysqlinternal/p/12658074.html