Hi, I'm interested in taking a look at what you've done so far. I tried checking out the repository but git is throwing an error: warning: remote HEAD refers to nonexistent ref, unable to checkout. I was able to pull the 7.x-1.x branch but if you deleted the master branch you may want to recreate it (and leave it empty) which I think will fix the error.

Comments

boobaa’s picture

Status: Active » Fixed

Usage instructions have been posted to project page, including proper, tested and working ways to checkout.

sweetchuck’s picture

Component: Code » Miscellaneous
Status: Fixed » Closed (fixed)

In the project settings the default branch was not set.

tanc’s picture

Status: Closed (fixed) » Active

Sorry, I still get errors cloning with your instructions:

Cloning into 'phpstorm_templates'...
fatal: http://git.drupal.org/sandbox/Sweetchuck/1729490.git/info/refs not found: did you run git update-server-info on the server?

I think you want to change:
$ git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/Sweetchuck/1729490.git phpstorm_templates
to
$ git clone --recursive --branch 7.x-1.x http://git.drupal.org/project/phpstorm-templates.git phpstorm_templates

sweetchuck’s picture

Status: Active » Closed (fixed)

Thank you.