Skip to content

Commit

Permalink
Reorder editor config, because I demand it
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Feb 28, 2021
1 parent 61ab682 commit 4beb1ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sections/getting-started.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ \section{Getting started}
\end{itemize}

\vspace{2em}
Note: Your git version should be at least 2.23 or newer. \\
Note: Your git version should be at least 2.23 or newer. \\
Check your git version with: \cmd{git --version}
\end{frame}

Expand Down Expand Up @@ -51,14 +51,14 @@ \subsection{Configuring git}
Let's configure this by using the \cmd{git config} command: \\
\vspace{1em}

Windows:
Linux:
\begin{lstlisting}
$ (*\textcolor[HTML]{0000AA}{git config --global core.editor notepad}*)
$ (*\textcolor[HTML]{0000AA}{git config --global core.editor vim}*)
\end{lstlisting}
\vspace{1em}
Linux:
Windows:
\begin{lstlisting}
$ (*\textcolor[HTML]{0000AA}{git config --global core.editor nano}*)
$ (*\textcolor[HTML]{0000AA}{git config --global core.editor notepad}*)
\end{lstlisting}
\vspace{1em}
macOS:
Expand Down

0 comments on commit 4beb1ba

Please sign in to comment.