The command git add [--all|-A] appears to be identical to git add .. Is this correct? If not, how do they diff
I clone my repository with: git clone ssh://xxxxx/xx.git But after I change some files and add and commit
How can I add a blank directory (that contains no files) to a Git repository?