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}
14
14
\end {itemize }
15
15
16
16
\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. \\
18
18
Check your git version with: \cmd {git --version}
19
19
\end {frame }
20
20
@@ -51,14 +51,14 @@ \subsection{Configuring git}
51
51
Let's configure this by using the \cmd {git config} command: \\
52
52
\vspace {1em}
53
53
54
- Windows :
54
+ Linux :
55
55
\ begin{lstlisting}
56
- $ (*\textcolor[HTML]{0000AA}{git config --global core.editor notepad }*)
56
+ $ (*\textcolor[HTML]{0000AA}{git config --global core.editor vim }*)
57
57
\end {lstlisting }
58
58
\vspace {1em}
59
- Linux :
59
+ Windows :
60
60
\ begin{lstlisting}
61
- $ (*\textcolor[HTML]{0000AA}{git config --global core.editor nano }*)
61
+ $ (*\textcolor[HTML]{0000AA}{git config --global core.editor notepad }*)
62
62
\end {lstlisting }
63
63
\vspace {1em}
64
64
macOS:
You can’t perform that action at this time.
0 commit comments