If you want to list all the files currently being tracked under the branch master , you could use this command: git ls-tree -r master --name-only.
Show other (i.e. untracked) files in the output.
9), and I'm looking for the right invocation of the git ls-files command to show just the (tracked) files and directories at the current level, either from ...
To list all the files currently being tracked under the branch master
git ls-files will only print files in the current working directory. If, for instance, you have a git repo for dotfiles ( core.worktree = / ), then you will have files outside ...
a list of all patterns that are currently tracked by Git LFS (and ...
git pull fetch and merge any commits from the tracking remote branch.
git status , by default, will show you files and directories that are not tracked.
Describe the issue After installing git lfs, creating a new repository, configuring
If you want to add files & sub folders from the current folder only, then use