如何搜索 git 提交记录

如何搜索 git 提交记录

git log -p --all -G '可通过正则搜索' # 可跨分支搜索
git branch -a --contains 8beeff00d # 根据 commit 记录获取分析

猜你喜欢

转载自www.cnblogs.com/daysme/p/10057756.html
今日推荐