Avem branches. Tags
git checkout tags/v5.3.3 sau git checkout -b framwork origin/develop
https://www.viget.com/articles/keeping-the-framework-for-your-application-up-to-date-with-git
git init
git remote add lumen github.com:laravel/lumen
git fetch lumen
git checkout -b framework lumen/master
git checkout master