[FIX] mainline branch is called master in git

This commit is contained in:
xmo-odoo 2014-05-19 09:32:53 +02:00
parent 707366313c
commit 24d594ab94
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Basic development workflow
* update your remotes with ``git fetch --all``
* create your development branch with ``git checkout -b <branch_name>
<source_branch>``. For instance if you wanted to add support for full-text
search in trunk you could use ``git checkout -b trunk-fts-xxx odoo/trunk``
search in trunk you could use ``git checkout -b trunk-fts-xxx odoo/master``
* do your changes, stage them with ``git add`` and commit them with ``git
commit``
* if your branch is long-lived, you may want to update it to its parent