[bootlin/training-materials updates] master: git: Tell people about https:// instead of http:// (16c51188)

Miquel Raynal miquel.raynal at bootlin.com
Fri May 7 12:00:50 CEST 2021


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

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

commit 16c511880b43e614b8c2c8a0c1b2fdef636fe92f
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri May 7 09:55:47 2021 +0200

    git: Tell people about https:// instead of http://
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

16c511880b43e614b8c2c8a0c1b2fdef636fe92f
 slides/kernel-git-content/kernel-git-content.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/kernel-git-content/kernel-git-content.tex b/slides/kernel-git-content/kernel-git-content.tex
index 0634a86b..bdcb9599 100644
--- a/slides/kernel-git-content/kernel-git-content.tex
+++ b/slides/kernel-git-content/kernel-git-content.tex
@@ -53,7 +53,7 @@
   \item Cloning Linus Torvalds' Linux kernel repository
     \code{git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git}
   \item \code{git://} is a special Git protocol. Most repositories can
-    also be accessed using \code{http://}, but this is slower.
+    also be accessed using \code{https://}, but this is slower.
   \item After cloning, in \code{linux/}, you have the repository and a
     working copy of the master branch.
   \end{itemize}




More information about the training-materials-updates mailing list