- clone this repository
git clone [email protected]:yiiext/core.git yiiext
cd yiiext
- initialize submodules
git submodule update --init
- edit
.git/config
file of the submodule/extension you want to work on:- add your github username to the repository url in section
[remote "origin"]
to be able to push your commits to that repository. Example:url = https://[email protected]/yiiext/migrate-command
- add your github username to the repository url in section
git pull
git submodule update
to be continued...