Very new to git, so please bear with me. Using Bitbucket/Sourcetree if that matters.
We have some code not currently in source control anywhere.
For lack of a better term, let's think of them as Java projects.
Each project is in its own folder in a directory.
We have dozens of projects.
Is there an easy way to create a new repository for each project/folder and push it up to Bitbucket without doing it one by one?
I feel like I shouldn't make the root folder a repository since multiple projects would be checked out simultaneously and it would be confusing from a commit/push/deploy to the master branch perspective.
Again, I'm new to git, so maybe I'm not thinking of this correctly.