#Engine
A Fuel PHP setup by Proximity BBDO
The repo links to the official FuelPHP submodules, to clone the full repo: git clone --recursive [email protected]:proximitybbdo/engine.git
Important: the --recursive
flag is mandatory to get all the submodules!
Alternatively, you can just git clone
the repo and perform:
git submodule init
git submodule update
cd
into the submodulegit pull
to retreive all missing branches and tagsgit branch -a
to view all branches that just got pulled ingit checkout BRANCHNAME / version
git status
to compare tags on githubgit pull
- the files are now updated
cd
to the rootgit push
it to engine- then the commit tag from our submodule should point out to the right commit on their repo
!!!Note that only our submodules are updated with this approach,make sure we don't miss anything in the app and other not submoduled folders of fuel!!!