I am trying to add a branch to the master branch on GitHub and push a folder onto that branch.
The folder structure of the branch looks like - SocialApp/SourceCode/D
Check the .gitignore file, if the subdirectory is ignored.
.gitignore
Then try again
git add --all git commit -am "" git push