Skip to content

Commit 4beb1ba

Browse files
committed
Reorder editor config, because I demand it
1 parent 61ab682 commit 4beb1ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sections/getting-started.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)