I have a Django project with some applications from the directories of some github repositories. I've made some changes into them and would like to push the changes to my forks of the projects. The project directory looks like this:
mainproject
--foo
--bar
where foo and bar are two directories of different github repositories. The mainproject is itself a git repository. The repository containing foo looks like this:
project
--foo
--someotherfolder
Ideally I'd like to keep the applications within the mainproject folder.