You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-git/01-git.tex
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ \section{Basic Git commands}
218
218
\footnotesize
219
219
A lightweight convention for commit messages that enables readable history and automation. See \href{https://www.conventionalcommits.org/}{conventionalcommits.org}
220
220
\begin{itemize}
221
-
\item Format: \texttt{type(scope)!: subject}
221
+
\item Format: \texttt{type(scope)!: subject}
222
222
\item Common types: \texttt{feat}, \texttt{fix}, \texttt{docs}, \texttt{style},
0 commit comments