Skip to content

Instantly share code, notes, and snippets.

@Tlaloc-Es
Forked from gaurav/gist:41182
Created October 11, 2021 07:21
Show Gist options
  • Save Tlaloc-Es/f89afac5d9db0fbb98e81b983f68d21d to your computer and use it in GitHub Desktop.
Save Tlaloc-Es/f89afac5d9db0fbb98e81b983f68d21d to your computer and use it in GitHub Desktop.
A quick command to list all the files modified by an author in a repository
git log --name-status --pretty=format:'' --author=authorname | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment