-
Notifications
You must be signed in to change notification settings - Fork 0
Log
Eric Bouchut edited this page Mar 11, 2015
·
68 revisions
###List files in the repository for the current branch
git ls-files
# git ls-files -r HEAD --name-only # a more verbose alternativeList the files in the repository for the branch my_branch.
# git ls-files -r my_branch --name-only