I have a newly created local repo in which I created several submodules (based upon subfolders of the local project folder) to enable me to track changes on groups of somewhat unrelated SQL scripts (see https://stackoverflow.com/a/37092715/2958633 for more info). I need to push the entire repo, including the submodules, up to Github and Bitbucket. How can I make this happen?
I may be trying to use submodules in a way that they were not designed to be used, since all of the documentation I have found involve creating submodules from already existing repos. Also, Github nor Bitbucket provide the ability to create empty submodules from within the webpage.