$ git add.
Error:
git: 'add.' is not a git command. See 'git --help'.
Did you mean this?
add
Whenever I try to add all sub directories using "git add." command ,it gives the above error. And if I try "git add .",then the screen does not give any output(displays blank). eg: $ git add .