[FE training-materials-updates] Git is now mentionned earlier

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Sep 12 09:59:54 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : kernel-ng
Link       : http://git.free-electrons.com/training-materials/commit/?id=3feb1b2fbd00c6e2d91b05f2e1b4bc2dd414918a

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

commit 3feb1b2fbd00c6e2d91b05f2e1b4bc2dd414918a
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Sep 11 09:43:03 2013 +0200

    Git is now mentionned earlier
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

3feb1b2fbd00c6e2d91b05f2e1b4bc2dd414918a
 .../kernel-linux-intro-sources.tex                 |    3 ++
 .../kernel-source-code-layout.tex                  |   31 --------------------
 2 files changed, 3 insertions(+), 31 deletions(-)

diff --git a/slides/kernel-linux-intro-sources/kernel-linux-intro-sources.tex b/slides/kernel-linux-intro-sources/kernel-linux-intro-sources.tex
index e74d42a..2ad2f08 100644
--- a/slides/kernel-linux-intro-sources/kernel-linux-intro-sources.tex
+++ b/slides/kernel-linux-intro-sources/kernel-linux-intro-sources.tex
@@ -40,6 +40,9 @@
       \code{git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git}
     \item Create a branch that starts at a specific stable version\\
       \code{git checkout -b <name-of-branch> v3.11}
+    \item Web interface available at
+      \url{http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/}.
+    \item Read more about Git at \url{http://git-scm.com/}
     \end{itemize}
   \end{itemize}
 \end{frame}
diff --git a/slides/kernel-source-code-layout/kernel-source-code-layout.tex b/slides/kernel-source-code-layout/kernel-source-code-layout.tex
index f36899d..2cba921 100644
--- a/slides/kernel-source-code-layout/kernel-source-code-layout.tex
+++ b/slides/kernel-source-code-layout/kernel-source-code-layout.tex
@@ -135,34 +135,3 @@
     \end{itemize}
   \end{itemize}
 \end{frame}
-
-\begin{frame}
-  \frametitle{Accessing development sources 1/2}
-  \begin{itemize}
-  \item Useful if you are involved in kernel development or if you
-    found a bug in the source code.
-  \item Kernel development sources are now managed with Git:
-    \url{http://git-scm.com/}
-  \item You can browse Linus' Git tree (if you just need to check a
-    few files):
-    \url{http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/}
-    (\url{http://j.mp/13xlF3U})
-  \item You can also directly use Git on your workstation
-    \begin{itemize}
-    \item Debian / Ubuntu: install the \code{git} package
-    \end{itemize}
-  \end{itemize}
-\end{frame}
-
-\begin{frame}
-  \frametitle{Accessing development sources 2/2}
-  \begin{itemize}
-  \item Choose a Git development tree on \url{http://git.kernel.org/}
-  \item Get a local copy (“clone”) of this tree.
-    \begin{itemize}
-    \item \code{git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git}
-    \end{itemize}
-  \item Update your copy whenever needed: \code{git pull}
-  \item More details in our chapter about Git
-  \end{itemize}
-\end{frame}



More information about the training-materials-updates mailing list