I am trying to add multiple projects into a single repository in Bitbucket, but after commiting when I pushed to the origin master it just added the empty folders. No subfolders and files have been added. I have followed below steps,
- From the main folder,
git init
git remote add origin gitrepository
namegit add --all
git commit -m "initial commit"
git push -u origin master