Answers for "git command line how to print all tracked files"

1

git list tracked files

git ls-tree -r main --name-only
Posted by: Guest on August-11-2021

Code answers related to "git command line how to print all tracked files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language