Find all file extensions in a git repository's history
git log --pretty=format: --name-only | sort -u | awk -F . '{print $NF}' | grep -v '/' | sort -u
Written by carleeto
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#