[FIX] reference to a generic 'origin' remote instead of odoo
authorXavier Morel <xmo@openerp.com>
Thu, 15 May 2014 12:25:58 +0000 (14:25 +0200)
committerXavier Morel <xmo@openerp.com>
Thu, 15 May 2014 12:25:58 +0000 (14:25 +0200)
doc/git.rst

index 4352f08..ecac7d5 100644 (file)
@@ -81,7 +81,7 @@ Basic development workflow
 
   - update the remotes with ``git fetch --all``
   - merge the remote branch into the local one with ``git merge --no-ff
-    origin/trunk``
+    odoo/trunk``
 
 * to push the branch to the development repository, use ``git push -u dev
   <branchname>``, this will automatically create a branch called