From e4509e9605b04fdcd4e1910839d20ae17c53cd9e Mon Sep 17 00:00:00 2001 From: Elnath Date: Sun, 22 Apr 2018 19:01:35 +0200 Subject: [PATCH] Modif slide commandes de base: ajout git show --- cours_git.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/cours_git.tex b/cours_git.tex index 1e44055..6dc314c 100644 --- a/cours_git.tex +++ b/cours_git.tex @@ -134,6 +134,7 @@ Prérequis pour suivre ce cours: \item Créer un commit: \verb|git commit| \item Voir l'historique: \verb|git log| \item Voir le log en plus joli: \verb|git log --all --graph --decorate --oneline| + \item Afficher un commit plus en détail: \verb|git show COMMIT_HASH| \end{itemize} \end{frame}