Skip to content

Instantly share code, notes, and snippets.

@ChrisBorgia
Created August 3, 2012 03:06
Show Gist options
  • Save ChrisBorgia/3243966 to your computer and use it in GitHub Desktop.
Save ChrisBorgia/3243966 to your computer and use it in GitHub Desktop.
Laravel git install
git init
git remote add laravel https://github.com/laravel/laravel.git
git fetch laravel
git merge laravel/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment