I have a drupal installation running on OpenShift. I have been installing all modules and themes using git (commandline). However, I attempted to install the modules directly and the installation worked.
The problem that I now face is that when I attempt a pull request all I get is the modules and themes I had installed using the commandine and not the ones that I installed ‘directly’.
Any one with a heads up on this?
Thanks to @kraman above I got a hint of what to do.
I ran
rhc snapshot save -a appnameand got all the files. At least I know where to start off from since I can access the files.A word of caution though for drupal users on openshift, just use git or sftp for pushing files and save yourself the headache.