... | ... | @@ -44,7 +44,9 @@ The quoted text after the **_-m_** parameter informs other MOM-CA developers abo |
|
|
# Integrationg Your Changes into the Main Development
|
|
|
|
|
|
## Workflow: Forking
|
|
|
MOM-CA follows a ["integrator-manager" workflow](http://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows#Integration-Manager-Workflow). That means that every developer stores his changes in his own repository (e.g. a github fork). Before pushing your changes you have to create a fork:
|
|
|
MOM-CA follows a ["integrator-manager" workflow](http://git-scm.com/book/en/v2/Distributed-Git-Distributed-Workflows#Integration-Manager-Workflow). That means that every developer stores his changes in his own repository (e.g. a github fork) and asks the intergrator-manager to integrate his changes into the main development repository with a 'pull request'. That means:
|
|
|
|
|
|
Before pushing your changes you have to create a fork:
|
|
|
|
|
|
* Sign in into github.com
|
|
|
* Click on the "Fork" button on https://github.com/icaruseu/mom-ca
|
... | ... | |