Created
June 22, 2022 12:40
-
-
Save technoknol/43076ad7beb206b62f4e7b1150704839 to your computer and use it in GitHub Desktop.
Get all files added/changed so far by author name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log --author="technoknol" --name-status --diff-filter=A --format='> %aN' | awk '/^>/ {tagline=$0} /^A\t/ {print tagline "\t" $0}' > changes.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment