Skip to content

Commit

Permalink
git: Tell people about https:// instead of http://
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal committed May 7, 2021
1 parent 6702876 commit 16c5118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/kernel-git-content/kernel-git-content.tex
Expand Up @@ -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}
Expand Down

0 comments on commit 16c5118

Please sign in to comment.