Modif slide commandes de base: ajout git show

This commit is contained in:
Elnath 2018-04-22 19:01:35 +02:00
parent ed199f6771
commit e4509e9605
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ Prérequis pour suivre ce cours:
\item Créer un commit: \verb|git commit| \item Créer un commit: \verb|git commit|
\item Voir l'historique: \verb|git log| \item Voir l'historique: \verb|git log|
\item Voir le log en plus joli: \verb|git log --all --graph --decorate --oneline| \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{itemize}
\end{frame} \end{frame}