Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mattstauffer
Created October 14, 2013 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattstauffer/6976202 to your computer and use it in GitHub Desktop.
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