git untracked files or directories are files that are not in the git index.
I'm new to Git. I wish to know what are tracked and untracked files? I read "Pro Git", but still …
git git-track git-untrackedgit status shows directory (e.g smaller_fc) is untracked. However, I want to see exactly which files inside the …
git github git-untrackedIs it possible to skip the staging area and (also) commit untracked, new files to git in a single built-in, …
git git-add git-untracked