I'm trying to deploy a rails app via git, but my folder structure is a bit goofy b/c i created everything in an unnecessary folder like this:
MASTER
------ mysite
------------- app
------------- conf
------------- Gemfile
....
My git url looks like this:
git@subdomain.beanstalkapp.com:/mysite.git
How can i either clone a repository from inside the "mysite" folder, or how can i remove the "mysite folder" and move it's content into the master branch itself?