过滤git log中的内容

要过滤git log中的内容,可以使用以下命令:

```bash
git log --grep="关键词"
```

将"关键词"替换为你想要过滤的关键字。

你可能感兴趣的:(linux)