I want to add the main folder "my_project" to my bitbucket account, but on git status I'm getting the subfolders of the folder "my_project". So when I type in
git add
Delete the .git
directory from your home directory.
rm -rf .git/
Then go to your project directory
cd my_project/
Now initialize git repository
git init
git status