[bootlin/training-materials updates] master: git: Fix a typo (3d04b600)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:37 CEST 2021


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

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

commit 3d04b600c9f4899d0621edaa6397a20d40880802
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri May 7 09:54:36 2021 +0200

    git: Fix a typo
    
    (even though the slide won't probably survive next week)
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

3d04b600c9f4899d0621edaa6397a20d40880802
 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 5a202358..0634a86b 100644
--- a/slides/kernel-git-content/kernel-git-content.tex
+++ b/slides/kernel-git-content/kernel-git-content.tex
@@ -306,7 +306,7 @@ Signed-off-by: David S. Miller <davem at davemloft.net>
   \item Push your changes using
     \begin{itemize}
     \item
-      \code{git push ssh://yourhost.com/path/toproject.git srcbranch:destbranch}
+      \code{git push ssh://yourhost.com/path/to/project.git srcbranch:destbranch}
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list