Skip to content
Snippets Groups Projects
Commit e1340367 authored by Mihai Lefter's avatar Mihai Lefter
Browse files

Merge branch 'update/basics' into 'master'

Update directory creation instructions for basics tutorial

See merge request !8
parents 67562231 cf21daf1
No related branches found
No related tags found
1 merge request!8Update directory creation instructions for basics tutorial
...@@ -49,11 +49,10 @@ It is convenient to have a \lstinline{projects} folder for your repositories: ...@@ -49,11 +49,10 @@ It is convenient to have a \lstinline{projects} folder for your repositories:
\end{lstlisting} \end{lstlisting}
\subsubsection*{Create a repository} \subsubsection*{Create a repository}
First, create an empty directory and use ``\lstinline{git init}'' to make a new First, create an empty directory inside ``lstinline{~/projects}`` and use ``\lstinline{git init}'' in that
repository. newly-created directory to make a new repository.
\begin{itemize} \begin{itemize}
\item \emph{Hint:} Use a unique name for the directory, different from your \item \emph{Hint:} Use a short and descriptive name for the directory.
neighbour (this is convenient later).
\item \emph{Question:} How can you see that you are working in a Git \item \emph{Question:} How can you see that you are working in a Git
repository? repository?
\end{itemize} \end{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment