From 7dd70634c35d97c0b0446a26184f757d262fda36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 10 Apr 2010 00:30:08 +0200 Subject: Correct git co command --- templates/pages/development.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/development.mako b/templates/pages/development.mako index 4fb44a5..e1fae3f 100644 --- a/templates/pages/development.mako +++ b/templates/pages/development.mako @@ -31,7 +31,7 @@ git pull

<%self:hl lang="bash"> # replace '0.13' by the version you need -git checkout -b 0.13 origin/0.13 +git checkout -t origin/0.13

For further information have a look at the Git documentation or search the webs. There are plenty of sources and guides out there. -- cgit v1.2.3