Skip to content

Instantly share code, notes, and snippets.

@mattstauffer
Created October 14, 2013 14:05
Show Gist options
  • Select an option

  • Save mattstauffer/6976202 to your computer and use it in GitHub Desktop.

Select an option

Save mattstauffer/6976202 to your computer and use it in GitHub Desktop.
Clone framework git repo without history for starting a new app -- from @garethdaine in #laravel
git clone -b develop --depth=1 git://github.com/laravel/laravel.git myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment