File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ \section{Getting started}
1414 \end {itemize }
1515
1616 \vspace {2em}
17- Note: Your git version should be at least 2.23 or newer. \\
17+ Note: Your git version should be at least 2.23 or newer. \\
1818 Check your git version with: \cmd {git --version}
1919\end {frame }
2020
@@ -51,14 +51,14 @@ \subsection{Configuring git}
5151 Let's configure this by using the \cmd {git config} command: \\
5252 \vspace {1em}
5353
54- Windows :
54+ Linux :
5555 \ begin{lstlisting}
56- $ (*\textcolor[HTML]{0000AA}{git config --global core.editor notepad }*)
56+ $ (*\textcolor[HTML]{0000AA}{git config --global core.editor vim }*)
5757\end {lstlisting }
5858 \vspace {1em}
59- Linux :
59+ Windows :
6060 \ begin{lstlisting}
61- $ (*\textcolor[HTML]{0000AA}{git config --global core.editor nano }*)
61+ $ (*\textcolor[HTML]{0000AA}{git config --global core.editor notepad }*)
6262\end {lstlisting }
6363 \vspace {1em}
6464 macOS:
You can’t perform that action at this time.
0 commit comments