[FE training-materials-updates] sysdev: slides: create a local branch when checkout with git

Antoine Ténart antoine.tenart at free-electrons.com
Mon Dec 14 16:09:20 CET 2015


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=d582afa3f263ce21b0396667772b14e83ed450a7

>---------------------------------------------------------------

commit d582afa3f263ce21b0396667772b14e83ed450a7
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Mon Dec 14 14:36:49 2015 +0100

    sysdev: slides: create a local branch when checkout with git
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


>---------------------------------------------------------------

d582afa3f263ce21b0396667772b14e83ed450a7
 labs/sysdev-toolchain/sysdev-toolchain.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index b03c48f..f1eb895 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -36,7 +36,7 @@ source repository:
 \begin{verbatim}
 git clone git://crosstool-ng.org/crosstool-ng
 cd crosstool-ng/
-git checkout crosstool-ng-1.20.0 
+git checkout -b crosstool-ng-1.20.0
 \end{verbatim}
 
 Note that if {\em cloning} through \code{git://} doesn't work due to




More information about the training-materials-updates mailing list