Skip to content

Instantly share code, notes, and snippets.

@ipalaus
Created January 19, 2015 04:14
Show Gist options
  • Save ipalaus/9f1306dc822284602d5b to your computer and use it in GitHub Desktop.
Save ipalaus/9f1306dc822284602d5b to your computer and use it in GitHub Desktop.
git remote add laravel https://github.com/laravel/laravel.git
git pull laravel
git merge laravel/develop --squash
@mattstauffer
Copy link

Fantastic! Second line should be git fetch laravel, but other than that it's perfect--thanks @ipalaus!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment