From 24d594ab94a0d82ba0e7d832fd96b567b956df56 Mon Sep 17 00:00:00 2001 From: xmo-odoo Date: Mon, 19 May 2014 09:32:53 +0200 Subject: [PATCH] [FIX] mainline branch is called master in git --- doc/git.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git.rst b/doc/git.rst index cde8bd25e99..b2e24db9036 100644 --- a/doc/git.rst +++ b/doc/git.rst @@ -70,7 +70,7 @@ Basic development workflow * update your remotes with ``git fetch --all`` * create your development branch with ``git checkout -b ``. 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