Skip to content

Instantly share code, notes, and snippets.

@debakarr
Created December 2, 2022 03:20
Show Gist options
  • Save debakarr/ecd368cbc2116619cdd9875786021b8f to your computer and use it in GitHub Desktop.
Save debakarr/ecd368cbc2116619cdd9875786021b8f to your computer and use it in GitHub Desktop.
Git Commands
  • Find who added code: git log --name-status --diff-filter=A --format='> %aN' -- <folder> | awk '/^>/ {tagline=$0}/^A\t/ {print tagline "\t" $0}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment