Thursday, April 4, 2013

Git - List files in repository

Here's a quick way to list files in your git repository: 


git log --pretty=format: --name-only --diff-filter=A | sort -




No comments:

Post a Comment