I have a repository that has a directory for each component, such as Android vs. iPhone vs. webapp, etc. I want to push the webapp up to Heroku, but I don't want to rework my directory structure.
In essence, what I want to do is push only a portion of my tree up to Heroku. Is this possible?