[bootlin/training-materials updates] master: kernel: sources: Simplify slide about Git (aa9be1cc)

Miquel Raynal miquel.raynal at bootlin.com
Thu Jun 2 10:54:21 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/aa9be1ccea26402e63f5225bf99547465215d52d

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

commit aa9be1ccea26402e63f5225bf99547465215d52d
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Tue May 31 17:16:36 2022 +0200

    kernel: sources: Simplify slide about Git
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

aa9be1ccea26402e63f5225bf99547465215d52d
 .../sysdev-linux-intro-sources.tex                        | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex b/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
index c0d78b14..be3422d0 100644
--- a/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
+++ b/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
@@ -60,18 +60,11 @@
     \url{https://kernel.org/pub/linux/kernel} as {\bf full tarballs}
     (complete kernel sources) and {\bf patches} (differences between
     two kernel versions).
-  \item However, more and more people use the \code{git} version
-    control system. Absolutely needed for kernel development!
+  \item But today the entire open source community as settled in favor
+    of Git
     \begin{itemize}
-    \item Fetch the entire kernel sources and history\\
-      {\footnotesize
-      \code{git clone
-https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux}}
-    \item Create a branch that starts at a specific mainline version\\
-      \code{git checkout -b <name-of-branch> v5.6}
-    \item Web interface available at
-      \url{https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/}
-    \item Read more about Git at \url{https://git-scm.com/}
+    \item Fast, efficient with huge code bases, reliable, open source
+    \item Incidentally written by Torvalds
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list