Need to List all the files avaialble in a given remote GIT repository and branch?
Please help with commands..
Need to List all the files avaialble in a given remote GIT repository and branch?
Please help with commands..
If you want to list all files for a specific branch, e.g. master:
git ls-tree -r master --name-only