You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/25 12:44:52 UTC

[myfaces-tobago] branch master updated: fixed docs for cloning of branches

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 79e67a1  fixed docs for cloning of branches
79e67a1 is described below

commit 79e67a145ac37338c6afbfdba876686e12b94d2f
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Mon Sep 25 14:44:44 2017 +0200

    fixed docs for cloning of branches
---
 src/site/apt/getting-started.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt
index 319879a..25353fc 100644
--- a/src/site/apt/getting-started.apt
+++ b/src/site/apt/getting-started.apt
@@ -31,19 +31,19 @@ Checking Out
   Check out the 2.0.x sources by running the following:
 
 +----------------------------------------
-  git clone https://github.com/apache/myfaces-tobago/tree/tobago-2.0.x tobago-2.0.x
+  git clone -b tobago-2.0.x https://github.com/apache/myfaces-tobago tobago-2.0.x
 +----------------------------------------
 
   Check out the 1.5.x sources by running the following:
 
 +----------------------------------------
-  git clone https://github.com/apache/myfaces-tobago/tree/tobago-1.5.x tobago-1.5.x
+  git clone -b tobago-1.5.x https://github.com/apache/myfaces-tobago tobago-1.5.x
 +----------------------------------------
 
   Check out the 1.0.x sources by running the following:
 
 +----------------------------------------
-  git clone https://github.com/apache/myfaces-tobago/tree/tobago-1.0.x tobago-1.0.x
+  git clone -b tobago-1.0.x https://github.com/apache/myfaces-tobago tobago-1.0.x
 +----------------------------------------
 
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].