lucasribolli / useful-git-commands

Useful git commands to copy-paste

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Useful git commands to copy-paste