Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 207 Bytes

Search

Show only modified files in a specific commit id:

git diff-tree --no-commit-id --name-only -r your-commit-id

Find commit from case sensitive keyword:

git log --grep="your-keyword"