Kohana 3.2.0: Version Control your application with GIT
Follow these steps to manage your kohana application using GIT: 1. Create an empty directory $ mkdir insertcoin.local && cd insertcoin.local 2. run git init to create the bare structure for a git repository $ git init 3. create a folder for the core $ mkdir vendor … Continue reading